Update actions/checkout to v6 in 32-bit containers#841
Open
tueda wants to merge 1 commit into
Open
Conversation
Collaborator
|
For now, the flint interface assumes that WORD is 32 bits. I don't think we need to go out of our way to get this working on 32bit systems. |
9c0aa3d to
c38dd12
Compare
Collaborator
Author
|
Then, this PR would be fine in its current form. |
- Install the amd64 libstdc++ runtime library for the runner-provided Node.js runtime. - Fix ownership of the working tree before running git-version-gen.sh. - Install Git to ensure a local Git repository is available, which is required to obtain revision information and initialise the zstd/zlibWrapper submodule.
c38dd12 to
396639e
Compare
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.
This PR fixes problems that occur when using
actions/checkout@v6in 32-bit containers.FLINT can also be tested if the paths are adjusted.For background on the Node.js runtime dependency issue in 32-bit containers, see: