Skip to content

Commit

Permalink
Revert "Run qemu in tmpfs (#1707)" (#1757)
Browse files Browse the repository at this point in the history
This reverts commit cb74cc4.
  • Loading branch information
ntkme committed Aug 8, 2022
1 parent 4de6ebe commit ba88dd6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit ba88dd6

Please sign in to comment.