Skip to content

Commit

Permalink
test: drop cxx20 experimental CI so far as it default compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
knst committed Apr 9, 2024
1 parent 27a386e commit 019824d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
9 changes: 0 additions & 9 deletions .gitlab-ci.yml
Expand Up @@ -246,15 +246,6 @@ linux64-build:
variables:
BUILD_TARGET: linux64

linux64_cxx20-build:
extends:
- .build-template
- .skip-in-fast-mode-template
needs:
- x86_64-pc-linux-gnu-debug
variables:
BUILD_TARGET: linux64_cxx20

linux64_sqlite-build:
extends:
- .build-template
Expand Down
2 changes: 0 additions & 2 deletions ci/dash/matrix.sh
Expand Up @@ -30,8 +30,6 @@ elif [ "$BUILD_TARGET" = "linux64_ubsan" ]; then
source ./ci/test/00_setup_env_native_ubsan.sh
elif [ "$BUILD_TARGET" = "linux64_fuzz" ]; then
source ./ci/test/00_setup_env_native_fuzz.sh
elif [ "$BUILD_TARGET" = "linux64_cxx20" ]; then
source ./ci/test/00_setup_env_native_cxx20.sh
elif [ "$BUILD_TARGET" = "linux64_sqlite" ]; then
source ./ci/test/00_setup_env_native_sqlite.sh
elif [ "$BUILD_TARGET" = "linux64_nowallet" ]; then
Expand Down
17 changes: 0 additions & 17 deletions ci/test/00_setup_env_native_cxx20.sh

This file was deleted.

0 comments on commit 019824d

Please sign in to comment.