Conversation
The CI is no longer able to build the compiler in the 32bits build images. Yet the release process is still able probably since the process is different.
In case some steps fails, it will be possible to extract artifacts along de way
Since darwin jobs are too slow, this will reduce the overall build time.
Merged
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.
It seems the CI is able to run the std_specs for 32 bits fine enough when using a released compiler. There is some heavy memory consuming specs. But building the compiler is the thing that often fails. For example when running the run macro to embed tool init .ecr templates. (See #8279 for a potential fix idea)
Meanwhile, we are near to drop 32bits packages (and CI). LLVM 8 is not even available in their apt repo for 32 bits.
Before dropping 32 bits CI (maybe temporarily) this PR introduce a couple of changes and improvements in the CI.
This PR is marked as draft until the changes in distributions-scripts are merged in master.A sample of the final workflow is already available at https://circleci.com/workflow-run/2fbeef10-7614-4805-aedf-702ab979477b