mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🔧 Update test script to use the right architecture
This commit is contained in:
@@ -39,4 +39,4 @@ fi
|
|||||||
export EMCC_CFLAGS;
|
export EMCC_CFLAGS;
|
||||||
export _CARGO_PARAMS;
|
export _CARGO_PARAMS;
|
||||||
|
|
||||||
export SKIA_BINARIES_URL="https://github.com/penpot/skia-binaries/releases/download/0.81.0-2/skia-binaries-24dee32a277b6c7b5357-wasm32-unknown-emscripten-gl-svg-textlayout-binary-cache.tar.gz"
|
export SKIA_BINARIES_URL="https://github.com/penpot/skia-binaries/releases/download/0.81.0-3/skia-binaries-24dee32a277b6c7b5357-wasm32-unknown-emscripten-gl-svg-textlayout-binary-cache.tar.gz"
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ pushd $_SCRIPT_DIR;
|
|||||||
|
|
||||||
. ./_build_env
|
. ./_build_env
|
||||||
|
|
||||||
export SKIA_BINARIES_URL="https://github.com/penpot/skia-binaries/releases/download/0.81.0-2/skia-binaries-24dee32a277b6c7b5357-aarch64-unknown-linux-gnu-gl-svg-textlayout-binary-cache.tar.gz"
|
export SKIA_BINARIES_URL="https://github.com/penpot/skia-binaries/releases/download/0.81.0-3/skia-binaries-24dee32a277b6c7b5357-x86_64-unknown-linux-gnu-gl-svg-textlayout-binary-cache.tar.gz"
|
||||||
export _CARGO_PARAMS="--target=aarch64-unknown-linux-gnu";
|
export _CARGO_PARAMS="--target=x86_64-unknown-linux-gnu";
|
||||||
|
|
||||||
cargo test $_CARGO_PARAMS --bin render_wasm -- --show-output
|
cargo test $_CARGO_PARAMS --bin render_wasm -- --show-output
|
||||||
popd
|
popd
|
||||||
|
|||||||
Reference in New Issue
Block a user