Skip to content

Commit 1e576e3

Browse files
committed
removed cuda 12.6/gcc13/release from CI - seems cuda doesn't properly install in this config, not a cuBQL bug
1 parent 0106260 commit 1e576e3

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/Ubuntu.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
cuda: "13.0.2"
2727
gcc: 13
2828
config: Debug
29-
- os: ubuntu-24.04
30-
cuda: "12.6.0"
31-
gcc: 13
32-
config: Release
3329
- os: ubuntu-24.04
3430
cuda: "12.6.0"
3531
gcc: 13
@@ -56,12 +52,6 @@ jobs:
5652
method: 'network'
5753
log-file-suffix: '${{matrix.os}}-gcc${{matrix.gcc}}-config${{matrix.config}}.txt'
5854

59-
# - name: Install CUDA
60-
# env:
61-
# cuda: ${{ matrix.cuda }}
62-
# run: ./.github/action-scripts/install_cuda_ubuntu.sh
63-
# shell: bash
64-
6555
# Specify the correct host compilers
6656
- name: Install/Select gcc and g++
6757
run: |

0 commit comments

Comments
 (0)