mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
moment of truth
This commit is contained in:
parent
9f73cb939d
commit
bf25647a0b
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -65,12 +65,12 @@ jobs:
|
|||
with:
|
||||
PKGX_DIR: /opt
|
||||
|
||||
- uses: pkgxdev/brewkit/build@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||
- uses: pkgxdev/brewkit/build@v1
|
||||
id: build
|
||||
with:
|
||||
pkg: ${{ matrix.pkg }}
|
||||
|
||||
- uses: pkgxdev/brewkit/audit@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||
- uses: pkgxdev/brewkit/audit@v1
|
||||
with:
|
||||
pkg: ${{ steps.build.outputs.pkgspec }}
|
||||
|
||||
|
@ -83,6 +83,6 @@ jobs:
|
|||
fi
|
||||
$SUDO rm -rf builds
|
||||
|
||||
- uses: pkgxdev/brewkit/test@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||
- uses: pkgxdev/brewkit/test@v1
|
||||
with:
|
||||
pkg: ${{ steps.build.outputs.pkgspec }}
|
||||
|
|
14
.github/workflows/pkg-platform.yml
vendored
14
.github/workflows/pkg-platform.yml
vendored
|
@ -80,7 +80,7 @@ jobs:
|
|||
p12-password: ${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}
|
||||
APPLE_IDENTITY: ${{ secrets.APPLE_IDENTITY }}
|
||||
|
||||
- uses: pkgxdev/brewkit/build@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||
- uses: pkgxdev/brewkit/build@v1
|
||||
with:
|
||||
pkg: ${{ inputs.pkg }}
|
||||
id: build
|
||||
|
@ -88,11 +88,11 @@ jobs:
|
|||
- uses: styfle/cancel-workflow-action@0.12.0
|
||||
if: steps.build.outputs.noop
|
||||
|
||||
- uses: pkgxdev/brewkit/audit@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||
- uses: pkgxdev/brewkit/audit@v1
|
||||
with:
|
||||
pkg: ${{ inputs.pkg }}
|
||||
|
||||
- uses: pkgxdev/brewkit/upload-build-artifact@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||
- uses: pkgxdev/brewkit/upload-build-artifact@v1
|
||||
|
||||
test:
|
||||
name: test ${{inputs.tinyname}} ${{ matrix.container || ''}} ${{ matrix.container || '' }} ${{ join(matrix.os, '+') }}
|
||||
|
@ -109,10 +109,10 @@ jobs:
|
|||
steps:
|
||||
- uses: pkgxdev/setup@v2
|
||||
- uses: actions/checkout@v4
|
||||
- uses: pkgxdev/brewkit/download-build-artifact@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||
- uses: pkgxdev/brewkit/download-build-artifact@v1
|
||||
with:
|
||||
pkg: ${{ inputs.pkg }}
|
||||
- uses: pkgxdev/brewkit/test@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||
- uses: pkgxdev/brewkit/test@v1
|
||||
with:
|
||||
pkg: ${{ inputs.pkg }}
|
||||
|
||||
|
@ -143,14 +143,14 @@ jobs:
|
|||
env:
|
||||
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||
|
||||
- uses: pkgxdev/brewkit/download-build-artifact@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||
- uses: pkgxdev/brewkit/download-build-artifact@v1
|
||||
id: dl
|
||||
with:
|
||||
pkg: ${{ inputs.pkg }}
|
||||
platform: ${{ inputs.name }}
|
||||
extract: false
|
||||
|
||||
- uses: pkgxdev/brewkit/bottle@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||
- uses: pkgxdev/brewkit/bottle@v1
|
||||
id: bottle
|
||||
with:
|
||||
file: ${{ steps.dl.outputs.filename }}
|
||||
|
|
Loading…
Reference in a new issue