diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a21ddae..a86a808 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,7 @@ jobs: run_id: ${{ github.run_id }} container: image: ghcr.io/loongson-community/dotnet-unofficial-build-builder:20240918T124748Z + options: --init # to take care of msbuild & roslyn build server processes credentials: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} diff --git a/build-locally.sh b/build-locally.sh index 75bfe35..f6b2418 100755 --- a/build-locally.sh +++ b/build-locally.sh @@ -36,6 +36,7 @@ main() { -e OUT_DIR=/tmp/out -e ROOTFS_DIR=/tmp/rootfs + --init -u b -w /work "$BUILDER_IMAGE_TAG"