diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-11-02 13:54:14 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-11-02 21:03:27 +0100 |
| commit | a141b6975b44f9cd3bc2bbc752885ffe630e4bce (patch) | |
| tree | 84a424606a064a2d3fa8fa7d71310b6351324582 /.github/workflows | |
| parent | 25a96ca0e5dc680362ebf6cb83dbab1024a527ae (diff) | |
| download | rust-a141b6975b44f9cd3bc2bbc752885ffe630e4bce.tar.gz rust-a141b6975b44f9cd3bc2bbc752885ffe630e4bce.zip | |
Rename `SKIP_CODEGEN_TESTS` into `ENABLE_GCC_CODEGEN`
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bbf902cedd..8cc26d2995e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: env: {} - name: x86_64-gnu-llvm-15 env: - SKIP_CODEGEN_TESTS: "1" + ENABLE_GCC_CODEGEN: "1" os: ubuntu-20.04-16core-64gb - name: x86_64-gnu-tools os: ubuntu-20.04-16core-64gb |
