Skip to content

Commit

Permalink
Debug build-info
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Mar 5, 2024
1 parent 5bba40f commit 0f3f2ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
with:
fetch-depth: 0

- name: Mark repository workspace as a safe.directory
run: git config --global --add safe.directory .

- name: Create an unprivileged user
run: |
useradd -m $UNPRIVILEGED
Expand Down Expand Up @@ -123,6 +126,10 @@ jobs:
- name: Install nodejs-shared
run: pacman -U --noconfirm build/archlinux/nodejs-shared/${{ steps.nodejs_shared_pkgbuild.outputs.pkg }}

- name: Debug build-info
run: |
git -C /__w/h/h rev-parse --show-toplevel
bash -x tools/build-info -e
- name: Create PKGBUILD
run: sudo -u $UNPRIVILEGED build/archlinux/mk
Expand Down

0 comments on commit 0f3f2ef

Please sign in to comment.