From 22b956794af0d1b47f37fde359c56f32f3d664ec Mon Sep 17 00:00:00 2001 From: Gavin Hayes Date: Thu, 23 Jan 2025 13:29:23 -0500 Subject: [PATCH 1/2] fix: remove dependencies from config.yaml so prepare script is ran --- config.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.yaml b/config.yaml index 21aa46c..31588d5 100644 --- a/config.yaml +++ b/config.yaml @@ -1,8 +1,4 @@ template-suffix: ejs -dependencies: - - extism-py - - uv - available-feature-flags: - name: stub-with-code-samples description: | From 7b333c19d02152a672827a30d820302027839c5e Mon Sep 17 00:00:00 2001 From: Gavin Hayes Date: Thu, 23 Jan 2025 13:30:55 -0500 Subject: [PATCH 2/2] ci: revert to building with latest js-pdk --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e2c336..cd4b814 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Extism run: | - curl -L https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash -s v1.3.3 + curl -L https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash - name: Set up Node.js uses: actions/setup-node@v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 858cef4..6029024 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Extism and XTP run: | - curl -L https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash -s v1.3.3 + curl -L https://raw.githubusercontent.com/extism/js-pdk/main/install.sh | bash curl https://static.dylibso.com/cli/install.sh | bash - name: Setup extism-py