Draft
Conversation
54a9e8a to
6b83ef5
Compare
6634e5e to
b6ebacb
Compare
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"] |
cdce36b to
77fd691
Compare
77fd691 to
329ebab
Compare
329ebab to
173771e
Compare
173771e to
a734698
Compare
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.