Skip to content

Commit 8bd8b96

Browse files
committed
Remove source build from CI.
1 parent 0e85284 commit 8bd8b96

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ test:nightly:
4343

4444
# special tests
4545

46-
test:source:llvm9:
47-
extends:
48-
- .julia:source
49-
- .test
50-
variables:
51-
CI_BUILD_ARGS: 'LLVM_VER=9.0.0 USE_BINARYBUILDER_LLVM=0'
46+
# test:source:llvm9:
47+
# extends:
48+
# - .julia:source
49+
# - .test
50+
# variables:
51+
# CI_BUILD_ARGS: 'LLVM_VER=9.0.0 USE_BINARYBUILDER_LLVM=0'
5252

5353

5454
# other tasks

0 commit comments

Comments
 (0)