chore: switch back to release @helia/interop (#10516)
Context: https://github.com/ipfs/helia/pull/584#issuecomment-2343839607
Marcin Rataj committed
Sep 17, 2024 at 14:56 UTC
b71cf0d15904bdef21fe2eee5f1118a274309a4d
1 file changed
+1
-19
.github/workflows/interop.yml
+1
-19
@@ -70,27 +70,9 @@ jobs:
70
restore-keys: ${{ runner.os }}-${{ github.job }}-helia-
71
- run: sudo apt update
72
- run: sudo apt install -y libxkbcommon0 libxdamage1 libgbm1 libpango-1.0-0 libcairo2 # dependencies for playwright
73
-
74
- # TODO: for now run against version from https://github.com/ipfs/helia/pull/584
75
- - name: Checkout helia-interop with provisional fix
76
- uses: actions/checkout@v4
77
- with:
78
- repository: ipfs/helia
79
- ref: ab6b385787075ad9932f24362293b3bb82ff1d96
80
- path: helia
81
- - name: Run provisional build of helia
82
- run: npm i && npm run build
83
- working-directory: helia
84
- - name: Run provisional build of helia-interop
85
- run: npm i && npm run build && npx .
86
- working-directory: helia/packages/interop
73
+ - run: npx --package @helia/interop helia-interop
74
env:
75
KUBO_BINARY: ${{ github.workspace }}/cmd/ipfs/ipfs
89
-
90
- # TODO: switch back to release once https://github.com/ipfs/helia/pull/584 ships
91
- #- run: npx --package @helia/interop helia-interop
92
- # env:
93
- # KUBO_BINARY: ${{ github.workspace }}/cmd/ipfs/ipfs
76
ipfs-webui:
77
needs: [interop-prep]
78
runs-on: ${{ fromJSON(github.repository == 'ipfs/kubo' && '["self-hosted", "linux", "x64", "2xlarge"]' || '"ubuntu-latest"') }}