File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments