Skip to content

Commit

Permalink
Use the new release pkg.yml branch (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 authored Oct 12, 2022
1 parent 0e91016 commit 4948fff
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
full:
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v1
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v1.0.8
secrets: inherit
with:
docker_org: ximoneighteen
Expand All @@ -26,10 +26,10 @@ jobs:
rpm_extra_build_packages: openssl-devel

minimal:
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v1
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v1.0.8

no_test_scripts:
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v1
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v1.0.8
secrets: inherit
with:
docker_org: ximoneighteen
Expand All @@ -46,7 +46,7 @@ jobs:
rpm_extra_build_packages: openssl-devel

no_tests:
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v1
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v1.0.8
secrets: inherit
with:
docker_org: ximoneighteen
Expand All @@ -63,7 +63,7 @@ jobs:
rpm_extra_build_packages: openssl-devel

no_docker:
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v1
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v1.0.8
with:
cross_build_rules_path: pkg/rules/cross-targets.yml
package_build_rules_path: pkg/rules/packages-to-build.yml
Expand All @@ -76,7 +76,7 @@ jobs:
rpm_extra_build_packages: openssl-devel

only_docker:
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v1
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v1.0.8
secrets: inherit
with:
docker_org: ximoneighteen
Expand All @@ -88,7 +88,7 @@ jobs:
cross_build_args: --no-default-features

no_cross:
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v1
uses: NLnetLabs/.github/.github/workflows/pkg-rust.yml@v1.0.8
secrets: inherit
with:
docker_org: ximoneighteen
Expand Down

0 comments on commit 4948fff

Please sign in to comment.