mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-30 04:39:03 +01:00
Run qemu with tmpfs (#89)
This commit is contained in:
parent
5917e5ef3c
commit
3d442b402b
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -233,10 +233,12 @@ jobs:
|
||||
docker run --rm \
|
||||
--env "GH_BEARER_TOKEN=$GH_BEARER_TOKEN" \
|
||||
--platform ${{ matrix.platform }} \
|
||||
--volume "$PWD:$PWD" \
|
||||
--mount type=bind,source="$PWD",target="$PWD" \
|
||||
--mount type=tmpfs,destination=/root/.pub-cache \
|
||||
--mount type=tmpfs,destination=/tmp \
|
||||
--workdir "$PWD" \
|
||||
docker.io/library/dart:latest \
|
||||
/bin/sh -c "dart pub get && dart run grinder pkg-github-linux-${{ matrix.arch }}"
|
||||
/bin/sh -c "cp -R . /tmp/workspace && cd /tmp/workspace && dart pub get && dart run grinder pkg-github-linux-${{ matrix.arch }}"
|
||||
env: {GH_BEARER_TOKEN: "${{ github.token }}"}
|
||||
|
||||
deploy_github_macos:
|
||||
|
Loading…
Reference in New Issue
Block a user