Skip to content

Commit

Permalink
Apply arch build updates
Browse files Browse the repository at this point in the history
Remove generated debug package, add python for substrate
build configuration.
  • Loading branch information
chrisroberts committed Oct 30, 2024
1 parent d29b80c commit 305e742
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/helpers/archlinux-setup
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ sleep 2

# Install required tools
debug "installing build tools"
lxc exec "${ctn_name}" -- pacman -Sy --noconfirm curl base-devel unzip zip ||
lxc exec "${ctn_name}" -- pacman -Sy --noconfirm curl base-devel unzip zip python ||
failure "Could not install required build tools"
3 changes: 3 additions & 0 deletions package/build-archlinux
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ else
makepkg --syncdeps --force --noconfirm || exit
fi

# Remove the debug package if it exists
rm -f ./*-debug-*.zst

# Move the package to the destination path
mv ./*.zst "${output_path}" || exit

Expand Down

0 comments on commit 305e742

Please sign in to comment.