@@ -36,33 +36,33 @@ jobs:
3636 html : false
3737 tests : true
3838
39- build-linux :
40- name : Linux gcc-${{ matrix.gcc }}
41- uses : ./.github/workflows/build-linux.yml
42- with :
43- dfhack_repo : ${{ inputs.dfhack_repo }}
44- dfhack_ref : ${{ inputs.dfhack_ref }}
45- scripts_repo : ${{ inputs.scripts_repo }}
46- scripts_ref : ${{ inputs.scripts_ref }}
47- structures_repo : ${{ inputs.structures_repo }}
48- structures_ref : ${{ inputs.structures_ref }}
49- artifact-name : test-gcc-${{ matrix.gcc }}
50- cache-id : test
51- stonesense : ${{ matrix.plugins == 'all' }}
52- extras : ${{ matrix.plugins == 'all' }}
53- docs : true
54- html : false
55- tests : true
56- gcc-ver : ${{ matrix.gcc }}
57- secrets : inherit
58- strategy :
59- fail-fast : false
60- matrix :
61- include :
62- - gcc : 11 # baseline compatibility with ubuntu LTS 22.04
63- plugins : " default"
64- - gcc : 12 # highest available in ubuntu 22.04
65- plugins : " all"
39+ # build-linux:
40+ # name: Linux gcc-${{ matrix.gcc }}
41+ # uses: ./.github/workflows/build-linux.yml
42+ # with:
43+ # dfhack_repo: ${{ inputs.dfhack_repo }}
44+ # dfhack_ref: ${{ inputs.dfhack_ref }}
45+ # scripts_repo: ${{ inputs.scripts_repo }}
46+ # scripts_ref: ${{ inputs.scripts_ref }}
47+ # structures_repo: ${{ inputs.structures_repo }}
48+ # structures_ref: ${{ inputs.structures_ref }}
49+ # artifact-name: test-gcc-${{ matrix.gcc }}
50+ # cache-id: test
51+ # stonesense: ${{ matrix.plugins == 'all' }}
52+ # extras: ${{ matrix.plugins == 'all' }}
53+ # docs: true
54+ # html: false
55+ # tests: true
56+ # gcc-ver: ${{ matrix.gcc }}
57+ # secrets: inherit
58+ # strategy:
59+ # fail-fast: false
60+ # matrix:
61+ # include:
62+ # - gcc: 11 # baseline compatibility with ubuntu LTS 22.04
63+ # plugins: "default"
64+ # - gcc: 12 # highest available in ubuntu 22.04
65+ # plugins: "all"
6666
6767 test-windows :
6868 name : Run Windows test suite
@@ -88,26 +88,26 @@ jobs:
8888 plugins : default
8989 config : empty
9090
91- test-linux :
92- name : Run Linux test suite
93- needs : build-linux
94- uses : ./.github/workflows/test-suite.yml
95- with :
96- dfhack_repo : ${{ inputs.dfhack_repo }}
97- dfhack_ref : ${{ inputs.dfhack_ref }}
98- os : ubuntu
99- compiler : gcc-11
100- plugins : default
101- config : default
102-
103- test-linux-gcc-12-all-plugins :
104- name : Run Linux test suite (gcc-12, all plugins)
105- needs : build-linux
106- uses : ./.github/workflows/test-suite.yml
107- with :
108- dfhack_repo : ${{ inputs.dfhack_repo }}
109- dfhack_ref : ${{ inputs.dfhack_ref }}
110- os : ubuntu
111- compiler : gcc-12
112- plugins : all
113- config : default
91+ # test-linux:
92+ # name: Run Linux test suite
93+ # needs: build-linux
94+ # uses: ./.github/workflows/test-suite.yml
95+ # with:
96+ # dfhack_repo: ${{ inputs.dfhack_repo }}
97+ # dfhack_ref: ${{ inputs.dfhack_ref }}
98+ # os: ubuntu
99+ # compiler: gcc-11
100+ # plugins: default
101+ # config: default
102+ #
103+ # test-linux-gcc-12-all-plugins:
104+ # name: Run Linux test suite (gcc-12, all plugins)
105+ # needs: build-linux
106+ # uses: ./.github/workflows/test-suite.yml
107+ # with:
108+ # dfhack_repo: ${{ inputs.dfhack_repo }}
109+ # dfhack_ref: ${{ inputs.dfhack_ref }}
110+ # os: ubuntu
111+ # compiler: gcc-12
112+ # plugins: all
113+ # config: default
0 commit comments