forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'spack/develop' into fi-nixpack
- Loading branch information
Showing
1,147 changed files
with
35,052 additions
and
10,171 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
make patch unzip which xz python3 python3-devel tree \ | ||
cmake bison bison-devel libstdc++-static | ||
- name: Checkout | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup non-root user | ||
|
@@ -42,8 +42,8 @@ jobs: | |
shell: runuser -u spack-test -- bash {0} | ||
run: | | ||
source share/spack/setup-env.sh | ||
spack bootstrap disable github-actions-v0.5 | ||
spack bootstrap disable github-actions-v0.4 | ||
spack bootstrap disable github-actions-v0.3 | ||
spack external find cmake bison | ||
spack -d solve zlib | ||
tree ~/.spack/bootstrap/store/ | ||
|
@@ -62,7 +62,7 @@ jobs: | |
make patch unzip xz-utils python3 python3-dev tree \ | ||
cmake bison | ||
- name: Checkout | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup non-root user | ||
|
@@ -80,8 +80,8 @@ jobs: | |
shell: runuser -u spack-test -- bash {0} | ||
run: | | ||
source share/spack/setup-env.sh | ||
spack bootstrap disable github-actions-v0.5 | ||
spack bootstrap disable github-actions-v0.4 | ||
spack bootstrap disable github-actions-v0.3 | ||
spack external find cmake bison | ||
spack -d solve zlib | ||
tree ~/.spack/bootstrap/store/ | ||
|
@@ -99,7 +99,7 @@ jobs: | |
bzip2 curl file g++ gcc gfortran git gnupg2 gzip \ | ||
make patch unzip xz-utils python3 python3-dev tree | ||
- name: Checkout | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup non-root user | ||
|
@@ -133,7 +133,7 @@ jobs: | |
make patch unzip which xz python3 python3-devel tree \ | ||
cmake bison | ||
- name: Checkout | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup repo | ||
|
@@ -145,8 +145,8 @@ jobs: | |
- name: Bootstrap clingo | ||
run: | | ||
source share/spack/setup-env.sh | ||
spack bootstrap disable github-actions-v0.5 | ||
spack bootstrap disable github-actions-v0.4 | ||
spack bootstrap disable github-actions-v0.3 | ||
spack external find cmake bison | ||
spack -d solve zlib | ||
tree ~/.spack/bootstrap/store/ | ||
|
@@ -158,13 +158,16 @@ jobs: | |
run: | | ||
brew install cmake [email protected] tree | ||
- name: Checkout | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # @v2 | ||
with: | ||
python-version: "3.12" | ||
- name: Bootstrap clingo | ||
run: | | ||
source share/spack/setup-env.sh | ||
export PATH=/usr/local/opt/[email protected]/bin:$PATH | ||
spack bootstrap disable github-actions-v0.5 | ||
spack bootstrap disable github-actions-v0.4 | ||
spack bootstrap disable github-actions-v0.3 | ||
spack external find --not-buildable cmake bison | ||
spack -d solve zlib | ||
tree ~/.spack/bootstrap/store/ | ||
|
@@ -179,7 +182,7 @@ jobs: | |
run: | | ||
brew install tree | ||
- name: Checkout | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
- name: Bootstrap clingo | ||
run: | | ||
set -ex | ||
|
@@ -204,7 +207,7 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup repo | ||
|
@@ -247,7 +250,7 @@ jobs: | |
bzip2 curl file g++ gcc patchelf gfortran git gzip \ | ||
make patch unzip xz-utils python3 python3-dev tree | ||
- name: Checkout | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup non-root user | ||
|
@@ -265,6 +268,7 @@ jobs: | |
shell: runuser -u spack-test -- bash {0} | ||
run: | | ||
source share/spack/setup-env.sh | ||
spack bootstrap disable github-actions-v0.4 | ||
spack bootstrap disable spack-install | ||
spack -d gpg list | ||
tree ~/.spack/bootstrap/store/ | ||
|
@@ -283,7 +287,7 @@ jobs: | |
make patch unzip xz-utils python3 python3-dev tree \ | ||
gawk | ||
- name: Checkout | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup non-root user | ||
|
@@ -302,8 +306,8 @@ jobs: | |
run: | | ||
source share/spack/setup-env.sh | ||
spack solve zlib | ||
spack bootstrap disable github-actions-v0.5 | ||
spack bootstrap disable github-actions-v0.4 | ||
spack bootstrap disable github-actions-v0.3 | ||
spack -d gpg list | ||
tree ~/.spack/bootstrap/store/ | ||
|
@@ -316,10 +320,11 @@ jobs: | |
# Remove GnuPG since we want to bootstrap it | ||
sudo rm -rf /usr/local/bin/gpg | ||
- name: Checkout | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
- name: Bootstrap GnuPG | ||
run: | | ||
source share/spack/setup-env.sh | ||
spack bootstrap disable github-actions-v0.4 | ||
spack bootstrap disable spack-install | ||
spack -d gpg list | ||
tree ~/.spack/bootstrap/store/ | ||
|
@@ -333,13 +338,13 @@ jobs: | |
# Remove GnuPG since we want to bootstrap it | ||
sudo rm -rf /usr/local/bin/gpg | ||
- name: Checkout | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
- name: Bootstrap GnuPG | ||
run: | | ||
source share/spack/setup-env.sh | ||
spack solve zlib | ||
spack bootstrap disable github-actions-v0.5 | ||
spack bootstrap disable github-actions-v0.4 | ||
spack bootstrap disable github-actions-v0.3 | ||
spack -d gpg list | ||
tree ~/.spack/bootstrap/store/ | ||
|
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,7 +1,7 @@ | ||
black==23.9.1 | ||
black==23.11.0 | ||
clingo==5.6.2 | ||
flake8==6.1.0 | ||
isort==5.12.0 | ||
mypy==1.5.1 | ||
mypy==1.6.1 | ||
types-six==1.16.21.9 | ||
vermin==1.5.2 | ||
vermin==1.6.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
Oops, something went wrong.