File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6666 default : false
6767 gcc-ver :
6868 type : string
69- default : " 10 "
69+ default : " 11 "
7070
7171jobs :
7272 build-linux64 :
Original file line number Diff line number Diff line change 5959 fail-fast : false
6060 matrix :
6161 include :
62- - gcc : 10
62+ - gcc : 11 # baseline compatibility with ubuntu LTS 22.04
6363 plugins : " default"
64- - gcc : 12
64+ - gcc : 12 # highest available in ubuntu 22.04
6565 plugins : " all"
6666
6767 test-windows :
9696 dfhack_repo : ${{ inputs.dfhack_repo }}
9797 dfhack_ref : ${{ inputs.dfhack_ref }}
9898 os : ubuntu
99- compiler : gcc-10
99+ compiler : gcc-11
100100 plugins : default
101101 config : default
102102
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ tuned our build and test workflows to minimize spurious cache misses and keep
4646the fast path fast.
4747
4848Caches are namespaced by key prefixes, and we have one key prefix per build
49- context. For example, release builds on gcc-10 are kept in one cache namespace,
50- whereas test builds on gcc-10 are kept separate. MSVC release and test builds
49+ context. For example, release builds on gcc-11 are kept in one cache namespace,
50+ whereas test builds on gcc-11 are kept separate. MSVC release and test builds
5151similarly have their own namespaces. Each cache has a maximum size that is
5252enforced by the business logic that writes the cache data.
5353
You can’t perform that action at this time.
0 commit comments