File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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