Skip to content

Commit 7c81330

Browse files
committed
add NO_DOWNLOAD_CI_LLVM
1 parent ba746cc commit 7c81330

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ jobs:
299299
- name: x86_64-gnu-tools
300300
env:
301301
DEPLOY_TOOLSTATES_JSON: toolstates-linux.json
302+
NO_DOWNLOAD_CI_LLVM: 1
303+
CUSTOM_MINGW: 1
302304
os: ubuntu-20.04-8core-32gb
303305
- name: dist-x86_64-apple
304306
env:

src/ci/github-actions/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,8 @@ jobs:
473473
- name: x86_64-gnu-tools
474474
env:
475475
DEPLOY_TOOLSTATES_JSON: toolstates-linux.json
476+
NO_DOWNLOAD_CI_LLVM: 1
477+
CUSTOM_MINGW: 1
476478
<<: *job-linux-8c
477479

478480
####################

0 commit comments

Comments
 (0)