Skip to content

Commit 8208d45

Browse files
committed
Revert "update ci to add clang depends"
This reverts commit b451fc5.
1 parent c0ef60b commit 8208d45

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,6 @@ x86_64-pc-linux-gnu-nowallet:
204204
HOST: x86_64-pc-linux-gnu
205205
DEP_OPTS: "NO_WALLET=1"
206206

207-
x86_64-pc-linux-gnu-clang:
208-
extends:
209-
- .build-depends-template
210-
- .skip-in-fast-mode-template
211-
variables:
212-
HOST: x86_64-pc-linux-gnu
213-
DEP_OPTS: "CC=clang CXX='clang++ -stdlib=libc++'"
214-
215207
## TODO: # Skip on non-depends, non-multiprocess PRs
216208
## if: type != pull_request OR commit_message =~ /depends:|multiprocess:/
217209
#x86_64-pc-linux-gnu-multiprocess:
@@ -296,7 +288,7 @@ linux64_tsan-build:
296288
- .build-template
297289
- .skip-in-fast-mode-template
298290
needs:
299-
- x86_64-pc-linux-gnu-clang
291+
- x86_64-pc-linux-gnu-debug
300292
variables:
301293
BUILD_TARGET: linux64_tsan
302294

0 commit comments

Comments
 (0)