Non-optimized builds - #12
Draft
fcremo wants to merge 3 commits into
Draft
Conversation
fcremo
force-pushed
the
feature/non-optimized-builds
branch
2 times, most recently
from
February 8, 2021 16:44
54a9e8a to
6b83ef5
Compare
fcremo
force-pushed
the
feature/non-optimized-builds
branch
4 times, most recently
from
February 9, 2021 12:52
6634e5e to
b6ebacb
Compare
fcremo
marked this pull request as ready for review
February 9, 2021 12:57
fcremo
force-pushed
the
feature/non-optimized-builds
branch
from
May 4, 2021 10:03
b6ebacb to
ba13605
Compare
| mapping = config["github_to_gitlab_mapping"] | ||
| default_user = config["default_user"] | ||
| ci_user = config["ci_user"] | ||
| revng_components_build_names = ["optimized", "debug", "release"] |
fcremo
force-pushed
the
feature/non-optimized-builds
branch
2 times, most recently
from
June 15, 2021 10:09
cdce36b to
77fd691
Compare
fcremo
force-pushed
the
feature/non-optimized-builds
branch
from
June 15, 2021 15:51
77fd691 to
329ebab
Compare
fcremo
force-pushed
the
feature/non-optimized-builds
branch
from
July 13, 2021 14:13
329ebab to
173771e
Compare
fcremo
marked this pull request as draft
July 16, 2021 12:27
fcremo
force-pushed
the
feature/non-optimized-builds
branch
from
July 26, 2021 09:14
173771e to
a734698
Compare
fcremo
force-pushed
the
feature/non-optimized-builds
branch
from
August 30, 2021 13:37
a734698 to
057aa41
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.
Warning: This PR requires features from revng/revng-orchestra#20
Tasks
Non-optimized builds
This PR adds a user option allowing to set which build is chosen by default.
It is used by the CI to create binary archives for the optimized, release and debug flavors.
The CI job is run with the
REVNG_COMPONENTS_DEFAULT_BUILDenvironment variable, which is used as the value of therevng_components_default_builduser option.