diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-11-01 15:48:12 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-11-02 21:03:27 +0100 |
| commit | 13f7f052d855e348cb91c1336f6d7093792912a3 (patch) | |
| tree | 01099c2165ad8a5aebe3948b16d7a10ca64e3762 /.github | |
| parent | 260d91bd413c1ffe6f6e7672f1d8223c34dd21bf (diff) | |
| download | rust-13f7f052d855e348cb91c1336f6d7093792912a3.tar.gz rust-13f7f052d855e348cb91c1336f6d7093792912a3.zip | |
Run codegen tests outside if not llvm-15
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f14cd36ce4..1bbf902cedd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,8 +57,9 @@ jobs: os: ubuntu-20.04-4core-16gb env: {} - name: x86_64-gnu-llvm-15 + env: + SKIP_CODEGEN_TESTS: "1" os: ubuntu-20.04-16core-64gb - env: {} - name: x86_64-gnu-tools os: ubuntu-20.04-16core-64gb env: {} |
