forked from LnL7/nix
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'new-store-settings' into settings-split
- Loading branch information
Showing
515 changed files
with
11,098 additions
and
4,895 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
queue_rules: | ||
- name: default | ||
# all required tests need to go here | ||
merge_conditions: | ||
- check-success=installer | ||
- check-success=installer_test (macos-latest) | ||
- check-success=installer_test (ubuntu-latest) | ||
- check-success=tests (macos-latest) | ||
- check-success=tests (ubuntu-latest) | ||
- check-success=vm_tests | ||
merge_method: rebase | ||
batch_size: 5 | ||
|
||
pull_request_rules: | ||
- name: merge using the merge queue | ||
conditions: | ||
- base=master | ||
- label~=merge-queue|dependencies | ||
actions: | ||
queue: {} | ||
|
||
# The rules below will first create backport pull requests and put those in a merge queue. | ||
|
||
- name: backport patches to 2.18 | ||
conditions: | ||
- label=backport 2.18-maintenance | ||
actions: | ||
backport: | ||
branches: | ||
- 2.18-maintenance | ||
labels: | ||
- merge-queue | ||
|
||
- name: backport patches to 2.19 | ||
conditions: | ||
- label=backport 2.19-maintenance | ||
actions: | ||
backport: | ||
branches: | ||
- 2.19-maintenance | ||
labels: | ||
- merge-queue | ||
|
||
- name: backport patches to 2.20 | ||
conditions: | ||
- label=backport 2.20-maintenance | ||
actions: | ||
backport: | ||
branches: | ||
- 2.20-maintenance | ||
labels: | ||
- merge-queue | ||
|
||
- name: backport patches to 2.21 | ||
conditions: | ||
- label=backport 2.21-maintenance | ||
actions: | ||
backport: | ||
branches: | ||
- 2.21-maintenance | ||
labels: | ||
- merge-queue | ||
|
||
- name: backport patches to 2.22 | ||
conditions: | ||
- label=backport 2.22-maintenance | ||
actions: | ||
backport: | ||
branches: | ||
- 2.22-maintenance | ||
labels: | ||
- merge-queue | ||
|
||
- name: backport patches to 2.23 | ||
conditions: | ||
- label=backport 2.23-maintenance | ||
actions: | ||
backport: | ||
branches: | ||
- 2.23-maintenance | ||
labels: | ||
- merge-queue | ||
|
||
- name: backport patches to 2.24 | ||
conditions: | ||
- label=backport 2.24-maintenance | ||
actions: | ||
backport: | ||
branches: | ||
- "2.24-maintenance" | ||
labels: | ||
- merge-queue |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.24.0 | ||
2.25.0 |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
add_project_arguments( | ||
'-Wno-deprecated-declarations', | ||
'-Wimplicit-fallthrough', | ||
'-Wdeprecated-copy', | ||
'-Werror=suggest-override', | ||
'-Werror=switch', | ||
'-Werror=switch-enum', | ||
'-Werror=unused-result', | ||
'-Wdeprecated-copy', | ||
'-Wignored-qualifiers', | ||
# Enable assertions in libstdc++ by default. Harmless on libc++. Benchmarked | ||
# at ~1% overhead in `nix search`. | ||
# | ||
'-Wimplicit-fallthrough', | ||
'-Wno-deprecated-declarations', | ||
language : 'cpp', | ||
) |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.