Skip to content

Commit 249877f

Browse files
committed
[CI] Comment the builds with NVIDIA compilers
1 parent 21cd6c1 commit 249877f

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.github/workflows/meson.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -127,26 +127,26 @@ jobs:
127127
# int: ${{ matrix.int }}
128128
# sanitizers: ${{ matrix.sanitizers }}
129129

130-
nvidia-build:
131-
name: ${{ matrix.os }}/${{ matrix.compiler }}-v${{ matrix.version }}/Int${{ matrix.int }}
132-
runs-on: ${{ matrix.os }}
133-
strategy:
134-
fail-fast: false
135-
matrix:
136-
os: [ubuntu-latest]
137-
arch: ['x64']
138-
compiler: ['nvidia-hpc']
139-
version: ['25.3']
140-
int: ['32', '64']
141-
sanitizers: ['false']
142-
steps:
143-
- name: Checkout repository
144-
uses: actions/checkout@v4
145-
- name: Run common setup
146-
uses: ./.github/meson
147-
with:
148-
os: ${{ matrix.os }}
149-
compiler: ${{ matrix.compiler }}
150-
version: ${{ matrix.version }}
151-
int: ${{ matrix.int }}
152-
sanitizers: ${{ matrix.sanitizers }}
130+
# nvidia-build:
131+
# name: ${{ matrix.os }}/${{ matrix.compiler }}-v${{ matrix.version }}/Int${{ matrix.int }}
132+
# runs-on: ${{ matrix.os }}
133+
# strategy:
134+
# fail-fast: false
135+
# matrix:
136+
# os: [ubuntu-latest]
137+
# arch: ['x64']
138+
# compiler: ['nvidia-hpc']
139+
# version: ['25.3']
140+
# int: ['32', '64']
141+
# sanitizers: ['false']
142+
# steps:
143+
# - name: Checkout repository
144+
# uses: actions/checkout@v4
145+
# - name: Run common setup
146+
# uses: ./.github/meson
147+
# with:
148+
# os: ${{ matrix.os }}
149+
# compiler: ${{ matrix.compiler }}
150+
# version: ${{ matrix.version }}
151+
# int: ${{ matrix.int }}
152+
# sanitizers: ${{ matrix.sanitizers }}

0 commit comments

Comments
 (0)