From 652a079c7c2a94eda0cf6810fc4bfac8f2ec5854 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Tue, 24 Sep 2024 23:33:35 +0200 Subject: [PATCH] chore: make SupraSeal build work --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad9f07ac..58b20694 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: