Running in tests in parall takes longer.
- ./autogen.sh autoconf
- ./configure --without-makeinfo --with-nativecomp
- make bootstrap BYTE_COMPILE_EXTRA_FLAGS='--eval "(setq comp-speed 0)"' -j2
- timeout: 3 hours
+ timeout: 8 hours
test-native-bootstrap-speed1:
stage: test
- ./autogen.sh autoconf
- ./configure --without-makeinfo --with-nativecomp
- make bootstrap NATIVE_FAST_BOOT=1 BYTE_COMPILE_EXTRA_FLAGS='--eval "(setq comp-speed 1)"'
- timeout: 6 hours
+ timeout: 8 hours
test-native-bootstrap-speed2:
stage: test
- ./autogen.sh autoconf
- ./configure --without-makeinfo --with-nativecomp
- make bootstrap NATIVE_FAST_BOOT=1
- timeout: 6 hours
+ timeout: 8 hours