This commit is contained in:
lleyton
2022-10-22 16:01:25 -07:00
committed by GitHub
parent 5fa8ba12ef
commit e724df659a
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Set up dependencies
run: |
sudo dnf install -y dnf-plugins-core
sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic/raw/main/terra.repo
sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo
sudo dnf install -y anda mock rpm-build git-core
# add to safe directory
git config --global --add safe.directory "$GITHUB_WORKSPACE"
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
- name: Install repositories
run: |
sudo dnf install -y dnf-plugins-core
sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic/raw/main/terra.repo
sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo
- run: sudo dnf install -y mock createrepo_c rpm-build anda-mock-configs gcc curl wget git-core openssl-devel
- uses: actions-rs/toolchain@v1
with:
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
- name: Install repositories
run: |
sudo dnf install -y dnf-plugins-core
sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic/raw/main/terra.repo
sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo
- run: sudo dnf install -y mock createrepo_c rpm-build anda-mock-configs gcc curl wget git-core openssl-devel
- uses: actions/checkout@v3
with:
+2 -2
View File
@@ -31,7 +31,7 @@ jobs:
- name: Install repositories
run: |
sudo dnf install -y dnf-plugins-core
sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic/raw/main/terra.repo
sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo
sudo dnf install -y anda-mock-configs subatomic-cli anda mock rpm-build mock-scm
- uses: terrapkg/anda-build@main
@@ -39,7 +39,7 @@ jobs:
name: "${{ matrix.pkg }}pkg"
mockConfig: anda-37-${{ matrix.arch }}
extraArgs: -D "sccache_bucket ${{secrets.SCCACHE_BUCKET}}" -D "sccache_endpoint ${{secrets.SCCACHE_ENDPOINT}}" -D "sccache_secret ${{secrets.SCCACHE_SECRET}}" -D "sccache_accesskey ${{secrets.SCCACHE_ACCESSKEY}}"
andaRepo: https://github.com/terrapkg/subatomic/raw/main/terra.repo
andaRepo: https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo
- name: Install Subatomic client
run: sudo dnf install -y subatomic-cli
+2 -2
View File
@@ -61,7 +61,7 @@ jobs:
- name: Install repositories
run: |
sudo dnf install -y dnf-plugins-core
sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic/raw/main/terra.repo
sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo
sudo dnf install -y anda-mock-configs subatomic-cli anda mock rpm-build
- uses: andaman-common-pkgs/anda-build@main
@@ -69,7 +69,7 @@ jobs:
with:
name: "anda/${{ matrix.pkg }}/pkg"
mockConfig: anda-37-${{ matrix.arch }}
andaRepo: https://github.com/terrapkg/subatomic/raw/main/terra.repo
andaRepo: https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo
- name: Install Subatomic client
run: sudo dnf install -y subatomic-cli