From 589e77f85f0aa445c094928330044c05190b3bba Mon Sep 17 00:00:00 2001 From: Sandeep Datta Date: Fri, 8 Sep 2023 09:06:19 -0700 Subject: [PATCH] Attempt 13. --- .github/workflows/gh-build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/gh-build.yml b/.github/workflows/gh-build.yml index 11dd9857e..809465911 100644 --- a/.github/workflows/gh-build.yml +++ b/.github/workflows/gh-build.yml @@ -28,11 +28,7 @@ jobs: options: -u root image: "${{ inputs.image }}" env: - CC: "gcc" - CXX: "g++" - CUDAHOSTCXX: "g++" CUDA_VERSION: "${{ inputs.CUDA }}" - DEFAULT_CONDA_ENV: "legate" SCCACHE_REGION: "us-east-2" SCCACHE_BUCKET: "rapids-sccache-devs" SCCACHE_S3_KEY_PREFIX: "legate-cunumeric-dev"