script:
- ./.bootstrap &&
./configure --disable-static --disable-documentation && make -j4 &&
- make check -j4 &&
- make check-fat
+ NETTLE_TEST_SEED=0 make check -j4 &&
+ NETTLE_TEST_SEED=0 make check-fat
tags:
- shared
- linux
script:
- ./.bootstrap &&
./configure CC='gcc -std=c89' --disable-static --disable-assembler --disable-documentation && make -j4 &&
- make check -j4
+ NETTLE_TEST_SEED=0 make check -j4
tags:
- shared
- linux
script:
- ./.bootstrap &&
./configure CPPFLAGS='-DNDEBUG' --disable-static --disable-assembler --disable-documentation && make -j4 &&
- make check -j4
+ NETTLE_TEST_SEED=0 make check -j4
tags:
- shared
- linux
script:
- ./.bootstrap &&
CXXFLAGS="-fsanitize=undefined -fno-sanitize-recover -g -O2" CFLAGS="-fsanitize=undefined -fno-sanitize-recover -g -O2" ./configure --disable-assembler
- --disable-documentation && make -j4 && make check -j4
+ --disable-documentation && make -j4 && NETTLE_TEST_SEED=0 make check -j4
tags:
- shared
- linux
script:
- ./.bootstrap &&
- CXXFLAGS="-fsanitize=address -g -O2" CFLAGS="-fsanitize=address -g -O2" ./configure --disable-documentation --disable-assembler &&
- make -j4 && make check -j4
+ make -j4 && NETTLE_TEST_SEED=0 make check -j4
tags:
- shared
- linux
- export CC="$host-gcc"
- ./.bootstrap &&
CFLAGS="-O2 -g" ./configure --build=$build --host=$host --disable-documentation && make -j4 &&
- make check -j4
+ NETTLE_TEST_SEED=0 make check -j4
tags:
- shared
- linux
- ./.bootstrap
- ./configure --disable-static --disable-documentation $EXTRA_CONFIGURE_FLAGS --build=$build --host=$host
- make -j$(nproc)
- - make -j$(nproc) check
- - make -j$(nproc) check-fat
+ - NETTLE_TEST_SEED=0 make -j$(nproc) check
+ - NETTLE_TEST_SEED=0 make -j$(nproc) check-fat
tags:
- shared
- linux
- ssh -o 'StrictHostKeyChecking no' -i "$SSH_PRIVATE_KEY" "$S390X_ACCOUNT"
"cd ci-work/$CI_PIPELINE_IID/nettle-snapshot && make"
- ssh -o 'StrictHostKeyChecking no' -i "$SSH_PRIVATE_KEY" "$S390X_ACCOUNT"
- "cd ci-work/$CI_PIPELINE_IID/nettle-snapshot && make check"
+ "cd ci-work/$CI_PIPELINE_IID/nettle-snapshot && NETTLE_TEST_SEED=0 make check"
after_script:
- ssh -o 'StrictHostKeyChecking no' -i "$SSH_PRIVATE_KEY" "$S390X_ACCOUNT"
"rm -rf ci-work/$CI_PIPELINE_IID"