Skip to content

Commit

Permalink
Attept to debug fedora arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Nov 17, 2024
1 parent 54a7096 commit d7fd07b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion custom/testing/fedora-40.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN <<EOF
wget https://packages.broadcom.com/artifactory/saltproject-generic/onedir/3007.1/salt-3007.1-onedir-linux-$ARCH.tar.xz
tar xf salt-3007.1-onedir-linux-$ARCH.tar.xz

./salt/salt-call --local --pillar-root=/golden-pillar-tree --file-root=/golden-state-tree state.apply provision
./salt/salt-call --log-leve=debug --local --pillar-root=/golden-pillar-tree --file-root=/golden-state-tree state.apply provision

rm -rf salt
rm -rf salt-3007.1-onedir-linux-$ARCH.tar.xz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ python_dependencies:
- make
- findutils
- binutils
- coreutils
- autoconf
- autoconf-archive
- pkg-config
- openssl-devel
- libffi-devel
- bzip2-devel
Expand All @@ -17,3 +20,4 @@ python_dependencies:
- sqlite-devel
- xz-devel
- libnsl2-devel
- expat-devel

0 comments on commit d7fd07b

Please sign in to comment.