mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25: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
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -65,12 +65,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
PKGX_DIR: /opt
|
PKGX_DIR: /opt
|
||||||
|
|
||||||
- uses: pkgxdev/brewkit/build@8af9fe5a1c1ccd2c7aa9210bf42f4b02f04b64e4 # TODO: revert to v1
|
- uses: pkgxdev/brewkit/build@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||||
id: build
|
id: build
|
||||||
with:
|
with:
|
||||||
pkg: ${{ matrix.pkg }}
|
pkg: ${{ matrix.pkg }}
|
||||||
|
|
||||||
- uses: pkgxdev/brewkit/audit@8af9fe5a1c1ccd2c7aa9210bf42f4b02f04b64e4 # TODO: revert to v1
|
- uses: pkgxdev/brewkit/audit@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||||
with:
|
with:
|
||||||
pkg: ${{ steps.build.outputs.pkgspec }}
|
pkg: ${{ steps.build.outputs.pkgspec }}
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@ jobs:
|
||||||
SUDO=sudo
|
SUDO=sudo
|
||||||
fi
|
fi
|
||||||
$SUDO rm -rf builds
|
$SUDO rm -rf builds
|
||||||
|
|
||||||
- uses: pkgxdev/brewkit/test@8af9fe5a1c1ccd2c7aa9210bf42f4b02f04b64e4 # TODO: revert to v1
|
- uses: pkgxdev/brewkit/test@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||||
with:
|
with:
|
||||||
pkg: ${{ steps.build.outputs.pkgspec }}
|
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 }}
|
p12-password: ${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}
|
||||||
APPLE_IDENTITY: ${{ secrets.APPLE_IDENTITY }}
|
APPLE_IDENTITY: ${{ secrets.APPLE_IDENTITY }}
|
||||||
|
|
||||||
- uses: pkgxdev/brewkit/build@8af9fe5a1c1ccd2c7aa9210bf42f4b02f04b64e4 # TODO: revert to v1
|
- uses: pkgxdev/brewkit/build@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||||
with:
|
with:
|
||||||
pkg: ${{ inputs.pkg }}
|
pkg: ${{ inputs.pkg }}
|
||||||
id: build
|
id: build
|
||||||
|
@ -88,11 +88,11 @@ jobs:
|
||||||
- uses: styfle/cancel-workflow-action@0.12.0
|
- uses: styfle/cancel-workflow-action@0.12.0
|
||||||
if: steps.build.outputs.noop
|
if: steps.build.outputs.noop
|
||||||
|
|
||||||
- uses: pkgxdev/brewkit/audit@8af9fe5a1c1ccd2c7aa9210bf42f4b02f04b64e4 # TODO: revert to v1
|
- uses: pkgxdev/brewkit/audit@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||||
with:
|
with:
|
||||||
pkg: ${{ inputs.pkg }}
|
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:
|
test:
|
||||||
name: test ${{inputs.tinyname}} ${{ matrix.container || ''}} ${{ matrix.container || '' }} ${{ join(matrix.os, '+') }}
|
name: test ${{inputs.tinyname}} ${{ matrix.container || ''}} ${{ matrix.container || '' }} ${{ join(matrix.os, '+') }}
|
||||||
|
@ -109,10 +109,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: pkgxdev/setup@v2
|
- uses: pkgxdev/setup@v2
|
||||||
- uses: actions/checkout@v4
|
- 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:
|
with:
|
||||||
pkg: ${{ inputs.pkg }}
|
pkg: ${{ inputs.pkg }}
|
||||||
- uses: pkgxdev/brewkit/test@8af9fe5a1c1ccd2c7aa9210bf42f4b02f04b64e4 # TODO: revert to v1
|
- uses: pkgxdev/brewkit/test@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||||
with:
|
with:
|
||||||
pkg: ${{ inputs.pkg }}
|
pkg: ${{ inputs.pkg }}
|
||||||
|
|
||||||
|
@ -143,14 +143,14 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
|
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
|
id: dl
|
||||||
with:
|
with:
|
||||||
pkg: ${{ inputs.pkg }}
|
pkg: ${{ inputs.pkg }}
|
||||||
platform: ${{ inputs.name }}
|
platform: ${{ inputs.name }}
|
||||||
extract: false
|
extract: false
|
||||||
|
|
||||||
- uses: pkgxdev/brewkit/bottle@8af9fe5a1c1ccd2c7aa9210bf42f4b02f04b64e4 # TODO: revert to v1
|
- uses: pkgxdev/brewkit/bottle@4fdcda117b1c1067a9868136a9ee0b92ec704766 # TODO: revert to v1
|
||||||
id: bottle
|
id: bottle
|
||||||
with:
|
with:
|
||||||
file: ${{ steps.dl.outputs.filename }}
|
file: ${{ steps.dl.outputs.filename }}
|
||||||
|
|
Loading…
Reference in a new issue