Use bsdtar to work around a bug with ARM64 emulation and tar#3069
Merged
brianaydemir merged 1 commit intoPelicanPlatform:mainfrom Feb 3, 2026
Merged
Use bsdtar to work around a bug with ARM64 emulation and tar#3069brianaydemir merged 1 commit intoPelicanPlatform:mainfrom
bsdtar to work around a bug with ARM64 emulation and tar#3069brianaydemir merged 1 commit intoPelicanPlatform:mainfrom
Conversation
Contributor
Author
|
@patrickbrophy @turetske I believe the two of you are the ones who need to patch this back to 7.22 and 7.23. This PR fixes an issue where, when trying to publish a release or release candidate, the test container fails to build, and hence the unit tests don't run. |
brianaydemir
added a commit
to brianaydemir/pelicanplatform-pelican
that referenced
this pull request
Feb 7, 2026
It should no longer be necessary as of PelicanPlatform#3051.
brianaydemir
added a commit
to brianaydemir/pelicanplatform-pelican
that referenced
this pull request
Feb 7, 2026
The GitHub Actions should no longer require it as of PelicanPlatform#3051. Local builds might still need it, but the fewer one-off hacks that are incorporated into the CI pipeline, the better.
brianaydemir
added a commit
to brianaydemir/pelicanplatform-pelican
that referenced
this pull request
Feb 8, 2026
The GitHub Actions should no longer require it as of PelicanPlatform#3051. Local builds might still need it, but the fewer one-off hacks that are incorporated into the CI pipeline, the better.
brianaydemir
added a commit
to brianaydemir/pelicanplatform-pelican
that referenced
this pull request
Feb 8, 2026
The GitHub Actions should no longer require it as of PelicanPlatform#3051. Local builds might still need the workaround, but the fewer one-off hacks that are incorporated into the CI pipeline, the better.
brianaydemir
added a commit
to brianaydemir/pelicanplatform-pelican
that referenced
this pull request
Feb 8, 2026
GitHub Actions should no longer require it as of PelicanPlatform#3051. Local builds might still need the workaround, but the fewer one-off hacks that are incorporated into the CI pipeline, the better.
brianaydemir
added a commit
to brianaydemir/pelicanplatform-pelican
that referenced
this pull request
Feb 9, 2026
GitHub Actions should no longer require it as of PelicanPlatform#3051. Local builds might still need the workaround, but the fewer one-off hacks that are incorporated into the CI pipeline, the better.
brianaydemir
added a commit
to brianaydemir/pelicanplatform-pelican
that referenced
this pull request
Feb 10, 2026
GitHub Actions should no longer require it as of PelicanPlatform#3051. Local builds might still need the workaround, but the fewer one-off hacks that are incorporated into the CI pipeline, the better.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Having identified the the source of our build woes in #3063, we will take inspiration from apollographql/apollo-runtime#71 and replace
tarin our test and dev containers withbsdtar.Other remarks
The long-term fix is #3051 and moving away from emulated builds. In the meantime, I'm willing to tolerate this divergence between the test container and the actual runtime containers. (If explicitly setting
LANGandLC_ALLreveals or masks an issue, that's probably interesting in an of itself.)