Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Issue With Alpine APK Builds #1114

Closed
wants to merge 6 commits into from

Conversation

steelhead31
Copy link
Contributor

Fixes #1113 

Also includes a minor fix to URL construction to prevent // in URLs.

The alpine build running inside a docker container attempts to update a package index repository, as this is not present, the APKbuild fails.

Adding the --no-repo-update flag to the abuild command solves this.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A block has been put on this Pull Request as this repository is temporarily under a code freeze due to an ongoing release cycle.

If this pull request needs to be merged during the release cycle then please comment /merge and a PMC member will be able to remove the block.

If the code freeze is over you can remove this block by commenting /thaw.

@steelhead31 steelhead31 force-pushed the janrel_fixes branch 2 times, most recently from 24e50f1 to 49d5045 Compare January 28, 2025 14:49
Co-Authored-By: George Adams <[email protected]>
Revert "Test dependency fix"

This reverts commit 9efb3bb.

Test pin

Test
@steelhead31
Copy link
Contributor Author

Replacing this with new PR #1119

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Build Of Alpine APK Packages Is Failing Due To A Dependency
2 participants