mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-13 20:00:08 +01:00
Use only default flags for test CI compilation.
This commit is contained in:
@@ -3,7 +3,7 @@ test-clang-compilation:
|
|||||||
- .gitlab-shared-clang
|
- .gitlab-shared-clang
|
||||||
script:
|
script:
|
||||||
- export CFLAGS="-Wall -Werror"
|
- export CFLAGS="-Wall -Werror"
|
||||||
- ./configure --enable-pwquality --enable-libargon2
|
- ./configure
|
||||||
- make -j
|
- make -j
|
||||||
|
|
||||||
test-clang-Wall-script:
|
test-clang-Wall-script:
|
||||||
@@ -12,13 +12,13 @@ test-clang-Wall-script:
|
|||||||
script:
|
script:
|
||||||
- export CFLAGS="-g -O0"
|
- export CFLAGS="-g -O0"
|
||||||
- export CC=".gitlab/ci/clang-Wall"
|
- export CC=".gitlab/ci/clang-Wall"
|
||||||
- ./configure --enable-pwquality --enable-libargon2
|
- ./configure
|
||||||
- make -j CFLAGS="-g -O0 -Werror"
|
- make -j CFLAGS="-g -O0 -Werror"
|
||||||
|
|
||||||
test-scan-build:
|
test-scan-build:
|
||||||
extends:
|
extends:
|
||||||
- .gitlab-shared-clang
|
- .gitlab-shared-clang
|
||||||
script:
|
script:
|
||||||
- scan-build${COMPILER_VERSION:+-$COMPILER_VERSION} -V ./configure CFLAGS="-g -O0" --enable-internal-sse-argon2 --enable-pwquality --enable-libargon2
|
- scan-build${COMPILER_VERSION:+-$COMPILER_VERSION} -V ./configure CFLAGS="-g -O0"
|
||||||
- make clean
|
- make clean
|
||||||
- scan-build${COMPILER_VERSION:+-$COMPILER_VERSION} --status-bugs -maxloop 10 make -j
|
- scan-build${COMPILER_VERSION:+-$COMPILER_VERSION} --status-bugs -maxloop 10 make -j
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ test-gcc-compilation:
|
|||||||
- .gitlab-shared-gcc
|
- .gitlab-shared-gcc
|
||||||
script:
|
script:
|
||||||
- export CFLAGS="-Wall -Werror"
|
- export CFLAGS="-Wall -Werror"
|
||||||
- ./configure --enable-pwquality --enable-libargon2
|
- ./configure
|
||||||
- make -j
|
- make -j
|
||||||
|
|
||||||
test-gcc-Wall-script:
|
test-gcc-Wall-script:
|
||||||
@@ -12,7 +12,7 @@ test-gcc-Wall-script:
|
|||||||
script:
|
script:
|
||||||
- export CFLAGS="-g -O0"
|
- export CFLAGS="-g -O0"
|
||||||
- export CC=".gitlab/ci/gcc-Wall"
|
- export CC=".gitlab/ci/gcc-Wall"
|
||||||
- ./configure --enable-pwquality --enable-libargon2
|
- ./configure
|
||||||
- make -j CFLAGS="-g -O0 -Werror"
|
- make -j CFLAGS="-g -O0 -Werror"
|
||||||
|
|
||||||
test-gcc-fanalyzer:
|
test-gcc-fanalyzer:
|
||||||
@@ -20,5 +20,5 @@ test-gcc-fanalyzer:
|
|||||||
- .gitlab-shared-gcc
|
- .gitlab-shared-gcc
|
||||||
script:
|
script:
|
||||||
- export CFLAGS="-Wall -Werror -g -O0 -fanalyzer -fdiagnostics-path-format=separate-events"
|
- export CFLAGS="-Wall -Werror -g -O0 -fanalyzer -fdiagnostics-path-format=separate-events"
|
||||||
- ./configure --enable-pwquality --enable-libargon2
|
- ./configure
|
||||||
- make -j
|
- make -j
|
||||||
|
|||||||
Reference in New Issue
Block a user