Skip to content

Commit

Permalink
Update gen4.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xplshn authored Oct 29, 2024
1 parent 513b062 commit 41aafdd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/gen4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,16 @@ jobs:

- name: Remove stuff
run: |
# These are not compliant. I want to know when my recipes are not compliant.
apk del findutils gawk grep diffutils coreutils
apk add busybox
ln -sfT /bin/busybox /bin/ash
ln -sfT /bin/ash /bin/sh
# These are not compliant nor good. I want to know when my recipes are not compliant.
apk del bash findutils gawk grep diffutils coreutils
- name: Replace the broken lib4bin with one that works
run: |
git clone --depth 1 https://github.com/xplshn/pelf
cd ./pelf/cmd/dynexec/lib4bin
GOBIN="$GITHUB_WORKSPACE/.local/bin"
mkdir -p "$GOBIN"
echo "PATH=${GOBIN}" >> $GITHUB_ENV
echo "PATH=$GOBIN:$PATH" >> $GITHUB_ENV
go install .
- name: Set OUT_DIR environment variable
Expand Down

0 comments on commit 41aafdd

Please sign in to comment.