Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Constellation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Constellation
Constellation
Merge requests
!365
Revert "cxx: Temporarily allow failure of Debian job due to upstream bug"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Revert "cxx: Temporarily allow failure of Debian job due to upstream bug"
revert-57e8c5d5
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Stephan Lachnit
requested to merge
revert-57e8c5d5
into
main
6 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
This reverts merge request
!361 (merged)
Should be fixed now
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
6fb77a18
1 commit,
6 months ago
1 file
+
0
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
0
−
4
Options
@@ -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