Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
matrix: ${{ steps.process-diff.outputs.matrix }}
steps:
- uses: pkgxdev/setup@v2
with:
version: 1.1.6
- run: pkgx --sync
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6
id: get-diff
Expand Down Expand Up @@ -66,8 +65,8 @@ jobs:

- uses: pkgxdev/setup@v2
with:
version: 1.1.6
PKGX_DIR: /opt
- run: pkgx --sync

- uses: pkgxdev/brewkit/build@v1
id: build
Expand Down
12 changes: 5 additions & 7 deletions .github/workflows/pkg-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:

- uses: pkgxdev/setup@v2
with:
version: 1.1.6
PKGX_DIR: /opt
- run: pkgx --sync

- uses: pkgxdev/brewkit/build@v1
with:
Expand Down Expand Up @@ -125,8 +125,8 @@ jobs:
fi
- uses: ./.github/actions/setup
- uses: pkgxdev/setup@v2
with:
version: 1.1.6
- run: pkgx --sync

- uses: pkgxdev/brewkit/download-build-artifact@v1
with:
pkg: ${{ inputs.pkg }}
Expand All @@ -147,8 +147,7 @@ jobs:
PREFIX: ${{ needs.build.outputs.project }}/${{ needs.build.outputs.platform }}/${{ needs.build.outputs.arch }}/v${{ needs.build.outputs.version }}.tar.${{ matrix.compression }}
steps:
- uses: pkgxdev/setup@v2
with:
version: 1.1.6
- run: pkgx --sync

- uses: actions/checkout@v4

Expand Down Expand Up @@ -260,8 +259,7 @@ jobs:
aws-region: us-east-1

- uses: pkgxdev/setup@v2
with:
version: 1.1.6
- run: pkgx --sync

- name: generate versions.txt
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
pkg: ${{ steps.id.outputs.pkg-json }}
steps:
- uses: pkgxdev/setup@v2
with:
version: 1.1.6
- run: pkgx --sync
- uses: actions/checkout@v4
- run: .github/scripts/get-matrix.ts ${{ inputs.pkg }}
id: matrix
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/restock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
versions: ${{ steps.inventory.outputs.versions }}
steps:
- uses: pkgxdev/setup@v2
with:
version: 1.1.6
- run: pkgx --sync
- uses: actions/checkout@v4
- run: ./.github/scripts/inventory.ts ${{ inputs.project }}
id: inventory
Expand All @@ -30,10 +29,10 @@ jobs:
version: ${{ fromJSON(needs.ingest.outputs.versions) }}
uses: ./.github/workflows/pkg.yml
permissions:
issues: write #FIXME we don’t want this but I don’t think we can alter the way permissions are inherited
issues: write #FIXME we don’t want this but I don’t think we can alter the way permissions are inherited
with:
pkg: ${{inputs.project}}=${{ matrix.version }}
invalidate-cloudfront: false # we do it all at once below otherwise
invalidate-cloudfront: false # we do it all at once below otherwise
secrets: inherit

invalidate-cloudfront:
Expand Down
Loading