File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed
Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 5959 image : ${{ inputs.docker }}
6060 options : ' -e SHOULD_PUBLISH=${{ inputs.publish }} --user 0:0 -v ${{ github.workspace }}/.cargo-cache/git/db:/usr/local/cargo/git/db -v ${{ github.workspace }}/.cargo/registry/cache:/usr/local/cargo/registry/cache -v ${{ github.workspace }}/.cargo/registry/index:/usr/local/cargo/registry/index -v ${{ github.workspace }}:/build -w /build'
6161 run : |
62- pwd
63- ls -lah
64- whoami
65- env
66-
6762 echo "apk add:"
6863 apk upgrade
6964 apk add musl-dev gcc make cmake clang-libclang rustup python3-dev bash
8681 image : ${{ inputs.docker }}
8782 options : ' -e SHOULD_PUBLISH=${{ inputs.publish }} --user 0:0 -v ${{ github.workspace }}/.cargo-cache/git/db:/usr/local/cargo/git/db -v ${{ github.workspace }}/.cargo/registry/cache:/usr/local/cargo/registry/cache -v ${{ github.workspace }}/.cargo/registry/index:/usr/local/cargo/registry/index -v ${{ github.workspace }}:/build -w /build'
8883 run : |
89- pwd
90- ls -lah
91- whoami
92- env
93-
9484 # Ensure multilib support is available
9585 sudo apt -y update
9686 sudo apt -y full-upgrade
@@ -123,11 +113,6 @@ jobs:
123113 image : ${{ inputs.docker }}
124114 options : ' -e SHOULD_PUBLISH=${{ inputs.publish }} --user 0:0 -v ${{ github.workspace }}/.cargo-cache/git/db:/usr/local/cargo/git/db -v ${{ github.workspace }}/.cargo/registry/cache:/usr/local/cargo/registry/cache -v ${{ github.workspace }}/.cargo/registry/index:/usr/local/cargo/registry/index -v ${{ github.workspace }}:/build -w /build'
125115 run : |
126- pwd
127- ls -lah
128- whoami
129- env
130-
131116 # Ensure multilib support is available
132117 sudo apt -y update
133118 sudo apt -y full-upgrade
Original file line number Diff line number Diff line change @@ -161,11 +161,6 @@ jobs:
161161 export PATH="/usr/local/cargo/bin:$PATH"
162162 run : |
163163 export PATH="/usr/local/cargo/bin:$PATH"
164- pwd
165- ls -lah
166- whoami
167- env
168- freebsd-version
169164 python3 -m venv .env
170165 . .env/bin/activate && pip install -r requirements.txt
171166 if [ "${SHOULD_PUBLISH}" == 'true' ]; then
You can’t perform that action at this time.
0 commit comments