Skip to content

Commit

Permalink
Use forked edgedb-pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix committed Oct 8, 2024
1 parent a0392fa commit 8f0d41f
Show file tree
Hide file tree
Showing 5 changed files with 418 additions and 418 deletions.
20 changes: 10 additions & 10 deletions .github/workflows.src/build.inc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

steps:
- name: Build
uses: edgedb/edgedb-pkg/integration/linux/build/<< plat_id >>@master
uses: fantix/edgedb-pkg/integration/linux/build/<< plat_id >>@master
env:
SRC_REF: "${{ needs.prep.outputs.branch }}"
PKG_REVISION: "<current-date>"
Expand Down Expand Up @@ -152,7 +152,7 @@

- uses: actions/checkout@v4
with:
repository: edgedb/edgedb-pkg
repository: fantix/edgedb-pkg
ref: master
path: edgedb-pkg

Expand Down Expand Up @@ -214,7 +214,7 @@
path: artifacts/<< plat_id >>

- name: Test
uses: edgedb/edgedb-pkg/integration/linux/test/<< plat_id >>@master
uses: fantix/edgedb-pkg/integration/linux/test/<< plat_id >>@master
env:
<%- if subdist != "" %>
PKG_SUBDIST: "<< subdist >>"
Expand All @@ -237,7 +237,7 @@
steps:
- uses: actions/checkout@v4
with:
repository: edgedb/edgedb-pkg
repository: fantix/edgedb-pkg
ref: master
path: edgedb-pkg

Expand Down Expand Up @@ -292,7 +292,7 @@
path: artifacts/<< plat_id >>

- name: Publish
uses: edgedb/edgedb-pkg/integration/linux/upload/linux-x86_64@master
uses: fantix/edgedb-pkg/integration/linux/upload/linux-x86_64@master
env:
<%- if subdist != "" %>
PKG_SUBDIST: "<< subdist >>"
Expand All @@ -317,12 +317,12 @@

- name: Describe
id: describe
uses: edgedb/edgedb-pkg/integration/actions/describe-artifact@master
uses: fantix/edgedb-pkg/integration/actions/describe-artifact@master
with:
target: << plat_id >>

- name: Test Published
uses: edgedb/edgedb-pkg/integration/linux/testpublished/<< plat_id >>@master
uses: fantix/edgedb-pkg/integration/linux/testpublished/<< plat_id >>@master
env:
PKG_NAME: "${{ steps.describe.outputs.name }}"
<%- if subdist != "" %>
Expand Down Expand Up @@ -359,18 +359,18 @@

- uses: actions/checkout@v4
with:
repository: edgedb/edgedb-pkg
repository: fantix/edgedb-pkg
ref: master
path: edgedb-pkg

- name: Describe
id: describe
uses: edgedb/edgedb-pkg/integration/actions/describe-artifact@master
uses: fantix/edgedb-pkg/integration/actions/describe-artifact@master
with:
target: << plat_id >>

- name: Publish
uses: edgedb/edgedb-pkg/integration/linux/upload/linux-x86_64@master
uses: fantix/edgedb-pkg/integration/linux/upload/linux-x86_64@master
env:
<%- if subdist != "" %>
PKG_SUBDIST: "<< subdist >>"
Expand Down
Loading

0 comments on commit 8f0d41f

Please sign in to comment.