Skip to content

Commit

Permalink
Skip python build on amazon 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Nov 22, 2024
1 parent 09d7da7 commit 243a002
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom/testing/amazonlinux-2023.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ 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 --log-level=debug --local --pillar-root=/golden-pillar-tree --file-root=/golden-state-tree state.apply provision
# Python does not compile in a timely manner on amazon2023 and fedora40 arm64
# ./salt/salt-call --log-level=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

0 comments on commit 243a002

Please sign in to comment.