mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
one more brewkit update
This commit is contained in:
parent
34f95b8ce7
commit
9f73cb939d
2 changed files with 11 additions and 11 deletions
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@8af9fe5a1c1ccd2c7aa9210bf42f4b02f04b64e4 # TODO: revert to v1
|
||||
- uses: pkgxdev/brewkit/build@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||
id: build
|
||||
with:
|
||||
pkg: ${{ matrix.pkg }}
|
||||
|
||||
- uses: pkgxdev/brewkit/audit@8af9fe5a1c1ccd2c7aa9210bf42f4b02f04b64e4 # TODO: revert to v1
|
||||
- uses: pkgxdev/brewkit/audit@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||
with:
|
||||
pkg: ${{ steps.build.outputs.pkgspec }}
|
||||
|
||||
|
@ -83,6 +83,6 @@ jobs:
|
|||
fi
|
||||
$SUDO rm -rf builds
|
||||
|
||||
- uses: pkgxdev/brewkit/test@8af9fe5a1c1ccd2c7aa9210bf42f4b02f04b64e4 # TODO: revert to v1
|
||||
- uses: pkgxdev/brewkit/test@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to 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@8af9fe5a1c1ccd2c7aa9210bf42f4b02f04b64e4 # TODO: revert to v1
|
||||
- uses: pkgxdev/brewkit/build@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to 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@8af9fe5a1c1ccd2c7aa9210bf42f4b02f04b64e4 # TODO: revert to v1
|
||||
- uses: pkgxdev/brewkit/audit@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||
with:
|
||||
pkg: ${{ inputs.pkg }}
|
||||
|
||||
- uses: pkgxdev/brewkit/upload-build-artifact@8af9fe5a1c1ccd2c7aa9210bf42f4b02f04b64e4 # TODO: revert to v1
|
||||
- uses: pkgxdev/brewkit/upload-build-artifact@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to 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@a0f4e69fc24203ee55ea93f3a71fc6881bafb660 # TODO: revert to v1
|
||||
- uses: pkgxdev/brewkit/download-build-artifact@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||
with:
|
||||
pkg: ${{ inputs.pkg }}
|
||||
- uses: pkgxdev/brewkit/test@8af9fe5a1c1ccd2c7aa9210bf42f4b02f04b64e4 # TODO: revert to v1
|
||||
- uses: pkgxdev/brewkit/test@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||
with:
|
||||
pkg: ${{ inputs.pkg }}
|
||||
|
||||
|
@ -143,14 +143,14 @@ jobs:
|
|||
env:
|
||||
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||
|
||||
- uses: pkgxdev/brewkit/download-build-artifact@a0f4e69fc24203ee55ea93f3a71fc6881bafb660 # TODO: revert to v1
|
||||
- uses: pkgxdev/brewkit/download-build-artifact@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||
id: dl
|
||||
with:
|
||||
pkg: ${{ inputs.pkg }}
|
||||
platform: ${{ inputs.name }}
|
||||
extract: false
|
||||
|
||||
- uses: pkgxdev/brewkit/bottle@8af9fe5a1c1ccd2c7aa9210bf42f4b02f04b64e4 # TODO: revert to v1
|
||||
- uses: pkgxdev/brewkit/bottle@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||
id: bottle
|
||||
with:
|
||||
file: ${{ steps.dl.outputs.filename }}
|
||||
|
|
Loading…
Reference in a new issue