diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2024-07-11 00:00:59 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-11 00:00:59 +0800 |
| commit | 5c9ce374e63e5d050da5349f89dc60be0c47f1ac (patch) | |
| tree | 8d7e64fc93ce7fcea141d2ff9c5bd478225b7337 /.github/workflows/ci.yml | |
| parent | 0e56999a573fada2cce6e94c21ef856cc88dc933 (diff) | |
A couple of small fixes to cmake releases (#4596)
* Correct windows file uploading
* Include slang-llvm.so in releases
* Neaten job names
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b23308ab3..88ce31828 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,18 +44,18 @@ jobs: - full-gpu-tests: false # Self-hosted aarch64 build - os: linux + config: release compiler: gcc platform: aarch64 - config: release warnings-as-errors: false test-category: smoke full-gpu-tests: false runs-on: [self-hosted, Linux, ARM64] # Self-hosted full gpu build - os: windows + config: release compiler: cl platform: x86_64 - config: release warnings-as-errors: false test-category: full full-gpu-tests: true |
