Revert "Run qemu in tmpfs (#1707)" (#1757)

This reverts commit cb74cc4c31.
This commit is contained in:
なつき 2022-08-08 13:46:03 -07:00 committed by GitHub
parent 4de6ebe1ba
commit ba88dd60f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -315,12 +315,10 @@ jobs:
--env "GH_TOKEN=$GH_TOKEN" \
--env "GH_USER=$GH_USER" \
--platform ${{ matrix.platform }} \
--mount type=bind,source="$PWD",target="$PWD" \
--mount type=tmpfs,destination=/root/.pub-cache \
--mount type=tmpfs,destination=/tmp \
--volume "$PWD:$PWD" \
--workdir "$PWD" \
docker.io/library/dart:latest \
/bin/sh -c "cp -R . /tmp/workspace && cd /tmp/workspace && dart pub get && dart run grinder pkg-github-linux-${{ matrix.arch }}"
/bin/sh -c "dart pub get && dart run grinder pkg-github-linux-${{ matrix.arch }}"
env:
GH_TOKEN: "${{ secrets.GH_TOKEN }}"
GH_USER: sassbot