-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into waagent-module
- Loading branch information
Showing
523 changed files
with
8,988 additions
and
10,361 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: "Building Nixpkgs lib-tests" | ||
|
||
permissions: | ||
contents: read | ||
|
||
on: | ||
pull_request_target: | ||
paths: | ||
- 'lib/**' | ||
jobs: | ||
get-merge-commit: | ||
uses: ./.github/workflows/get-merge-commit.yml | ||
|
||
nixpkgs-lib-tests: | ||
name: nixpkgs-lib-tests | ||
runs-on: ubuntu-latest | ||
needs: get-merge-commit | ||
steps: | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
if: needs.get-merge-commit.outputs.mergedSha | ||
with: | ||
# pull_request_target checks out the base branch by default | ||
ref: ${{ needs.get-merge-commit.outputs.mergedSha }} | ||
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30 | ||
with: | ||
# explicitly enable sandbox | ||
extra_nix_config: sandbox = true | ||
- name: Building Nixpkgs lib-tests | ||
run: | | ||
nix-build --arg pkgs "(import ./ci/. {}).pkgs" ./lib/tests/release.nix |
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,22 @@ | ||
queue_rules: | ||
# This rule is for https://docs.mergify.com/commands/queue/ | ||
# and can be triggered with: @mergifyio queue | ||
- name: default | ||
merge_conditions: | ||
# all github action checks in this list are required to merge a pull request | ||
- check-success=Attributes | ||
- check-success=Check | ||
- check-success=Outpaths (aarch64-darwin) | ||
- check-success=Outpaths (aarch64-linux) | ||
- check-success=Outpaths (x86_64-darwin) | ||
- check-success=Outpaths (x86_64-linux) | ||
- check-success=Process | ||
- check-success=Request | ||
- check-success=Tag | ||
- check-success=editorconfig-check | ||
- check-success=label-pr | ||
- check-success=nix-files-parseable-check | ||
- check-success=nixfmt-check | ||
- check-success=nixpkgs-vet | ||
# queue up to 5 pull requests at a time | ||
batch_size: 5 |
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 |
---|---|---|
|
@@ -4668,6 +4668,13 @@ | |
name = "Carl Richard Theodor Schneider"; | ||
keys = [ { fingerprint = "2017 E152 BB81 5C16 955C E612 45BC C1E2 709B 1788"; } ]; | ||
}; | ||
cryo = { | ||
email = "[email protected]"; | ||
github = "cry0ice"; | ||
githubId = 176274027; | ||
name = "Cryo"; | ||
keys = [ { fingerprint = "2CF7 F8E8 2258 5751 2591 F97F 4B12 E34A 25A9 AB35"; } ]; | ||
}; | ||
Cryolitia = { | ||
name = "Cryolitia PukNgae"; | ||
email = "[email protected]"; | ||
|
@@ -4800,6 +4807,12 @@ | |
github = "d4ilyrun"; | ||
githubId = 34611103; | ||
}; | ||
d4rk = { | ||
name = "Anoop Menon"; | ||
email = "[email protected]"; | ||
github = "d4rk"; | ||
githubId = 22163; | ||
}; | ||
d4rkstar = { | ||
name = "Bruno Salzano"; | ||
email = "[email protected]"; | ||
|
@@ -18091,6 +18104,13 @@ | |
githubId = 4579165; | ||
name = "Danny Bautista"; | ||
}; | ||
pyrotelekinetic = { | ||
name = "Clover"; | ||
email = "[email protected]"; | ||
github = "pyrotelekinetic"; | ||
githubId = 29682759; | ||
keys = [ { fingerprint = "5963 78DB 25AA 608D 2743 D466 5D6A D9AE 71B3 F983"; } ]; | ||
}; | ||
pyrox0 = { | ||
name = "Pyrox"; | ||
email = "[email protected]"; | ||
|
@@ -22782,7 +22802,7 @@ | |
githubId = 332418; | ||
}; | ||
tsandrini = { | ||
email = "[email protected]"; | ||
email = "[email protected]"; | ||
name = "Tomáš Sandrini"; | ||
github = "tsandrini"; | ||
githubId = 21975189; | ||
|
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,3 +1,3 @@ | ||
#!/usr/bin/env nix-shell | ||
#!nix-shell -I nixpkgs=channel:nixpkgs-unstable -i bash -p "python3.withPackages (ps: with ps; [ packaging requests ])" -p nix-prefetch-git | ||
exec python3 pkgs/development/interpreters/python/update-python-libraries/update-python-libraries.py $@ | ||
exec python3 pkgs/by-name/up/update-python-libraries/update-python-libraries.py $@ |
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
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.