summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2024-07-11 00:00:59 +0800
committerGitHub <noreply@github.com>2024-07-11 00:00:59 +0800
commit5c9ce374e63e5d050da5349f89dc60be0c47f1ac (patch)
tree8d7e64fc93ce7fcea141d2ff9c5bd478225b7337 /.github/workflows/ci.yml
parent0e56999a573fada2cce6e94c21ef856cc88dc933 (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.yml4
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