Skip to content
Snippets Groups Projects

Revert "cxx: Temporarily allow failure of Debian job due to upstream bug"

Merged Stephan Lachnit requested to merge revert-57e8c5d5 into main
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
+ 0
4
@@ -190,12 +190,10 @@ build:debian-clang:
BUILD_TYPE: "debug"
BUILD_OPTIONS: "-Db_sanitize=address -Db_lundef=false"
# FIXME temporarily allow failure of this job due to upstream bug in Debian
build:debian-clang-libcxx:
extends:
- .build-cpp
- .debian-clang
allow_failure: true
variables:
BUILD_TYPE: "debugoptimized"
BUILD_OPTIONS: "--wrap-mode=forcefallback -Dspdlog:external_fmt=disabled -Db_sanitize=address -Db_lundef=false"
@@ -292,12 +290,10 @@ test:debian-clang:
- job: build:debian-clang
artifacts: true
# FIXME temporarily allow failure of this job due to upstream bug in Debian
test:debian-clang-libcxx:
extends:
- .test-cpp
- .debian-clang
allow_failure: true
needs:
- job: build:debian-clang-libcxx
artifacts: true
Loading