Skip to content

Commit

Permalink
Output WASM_BUILD_PROFILE
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelff committed Dec 15, 2023
1 parent 2c63f1f commit 5b07aa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wasm-qe-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ jobs:
${{ steps.bench.outputs.stdout }}
```
After changes in [${{ github.sha }}](https://github.com/prisma/${{ github.repository }}/commit/${{ github.event.pull_request.head.sha }})
After changes in ${{ github.event.pull_request.head.sha }}
edit-mode: replace
2 changes: 1 addition & 1 deletion query-engine/query-engine-wasm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ fi
if ! command -v wasm-pack &> /dev/null
then
echo "wasm-pack could not be found, installing now..."
# Install wasm-pack
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
fi

echo "Building query-engine-wasm using $WASM_BUILD_PROFILE profile"
wasm-pack build "--$WASM_BUILD_PROFILE" --target $OUT_TARGET --out-name query_engine

sleep 1
Expand Down

0 comments on commit 5b07aa2

Please sign in to comment.