File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 push :
1212 branches :
1313 - main
14+ - nathan/v8-process-isolation-pt1
1415 paths :
1516 - " .github/workflows/pkg-pr-new.yaml"
1617 - " package.json"
@@ -43,10 +44,15 @@ jobs:
4344 cache-dependency-path : pnpm-lock.yaml
4445
4546 - name : Install dependencies
46- run : pnpm install --frozen-lockfile
47+ run : pnpm install --no- frozen-lockfile
4748
4849 - name : Build packages
49- run : pnpm turbo run build --filter='@secure-exec/typescript...'
50+ run : pnpm turbo run build
51+
52+ - name : Build linux-x64 binary via Docker
53+ run : |
54+ cd crates/v8-runtime
55+ docker build -f docker/Dockerfile.linux-x64-gnu -o type=local,dest=npm/linux-x64-gnu .
5056
5157 - name : Publish to pkg.pr.new
5258 run : |
5763 "./packages/secure-exec-browser" \
5864 "./packages/secure-exec-python" \
5965 "./packages/secure-exec-typescript" \
66+ "./packages/secure-exec-v8" \
6067 --packageManager pnpm
You can’t perform that action at this time.
0 commit comments