Skip to content

Commit efdbe07

Browse files
committed
remove random job debugging code
1 parent 17aaab0 commit efdbe07

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ jobs:
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
@@ -86,11 +81,6 @@ jobs:
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

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)