Skip to content

Commit

Permalink
chore: make SupraSeal build work
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Sep 24, 2024
1 parent e2f6705 commit 652a079
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
# Build the kernel only for the single architecture that is used on CI.
# This should reduce the overall compile-time significantly.
RUST_GPU_TOOLS_CUDA_NVCC_ARGS: --fatbin --gpu-architecture=sm_75 --generate-code=arch=compute_75,code=sm_75
# These are needed for SupraSeal only, but it shouldn't do any harm for
# the other cases.
CC: gcc-12
CXX: g++-12
NVCC_PREPEND_FLAGS: "-ccbin /usr/bin/g++-12"
strategy:
matrix:
include:
Expand Down

0 comments on commit 652a079

Please sign in to comment.