move name build into the docker container again

This commit is contained in:
ebbit1q 2026-04-10 18:13:13 +02:00
parent a7c3e41d9b
commit bae3c0065b
2 changed files with 5 additions and 3 deletions

View file

@ -196,7 +196,6 @@ jobs:
if: matrix.package != 'skip'
shell: bash
env:
BUILD_DIR: '${{github.workspace}}/build'
SUFFIX: '-${{matrix.distro}}${{matrix.version}}'
package: '${{matrix.package}}'
server_only: '${{matrix.server_only}}'
@ -211,9 +210,8 @@ jobs:
fi
args+=(--ccache "$CCACHE_SIZE")
args+=(--cmake-generator "$CMAKE_GENERATOR")
args+=(--dir "$BUILD_DIR")
args+=(--suffix "$SUFFIX")
RUN --server --release --package "$package" "${args[@]}"
.ci/name_build.sh
# Delete used cache to emulate a ccache update. See https://github.com/actions/cache/issues/342.
- name: Delete remote compiler cache (ccache)