Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

option to only install nightlies #1125

Merged
merged 3 commits into from
Nov 18, 2023
Merged

option to only install nightlies #1125

merged 3 commits into from
Nov 18, 2023

Conversation

partouf
Copy link
Member

@partouf partouf commented Oct 15, 2023

Fixes #1123

First tried to make the filtering to only list the enabled ifs, but that caused issues with dependencies that were then not available.

So decided to add it as a condition of should_install(), this also means it will mention that something is already installed and therefor being skipped, even if it's really not installed. It would be tricky to change that, I think.

How to use:

bin/ce_install --enable nightly --only-nightly install

@partouf partouf requested a review from mattgodbolt October 15, 2023 22:35
@partouf partouf merged commit 53f5460 into main Nov 18, 2023
3 checks passed
@partouf partouf deleted the install-only branch November 18, 2023 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ce_install option to Only install nightlies
1 participant