Description
Tried forking the repo and running the Build Dependencies workflow action on main 1d496a0. It failed at the slang-wasm build
step with:
Run sed -i -e 's/\r$//' ./slang-wasm-build.sh
[Mon May 19 21:09:20 UTC 2025] Version checking ...
cmake version 3.31.6
CMake suite maintained and supported by Kitware (kitware.com/cmake).
1.12.1
v20.19.1
Version 5.8.3
[Mon May 19 21:09:20 UTC 2025] Sync emsdk repo ...
Cloning into 'emsdk'...
~/work/slang-playground/slang-playground/emsdk ~/work/slang-playground/slang-playground
Resolving SDK alias 'latest' to '4.0.9'
Resolving SDK version '4.0.9' to 'sdk-releases-cb2a69bce627bd2247624c71fc12907cb8785d2f-64bit'
Installing SDK 'sdk-releases-cb2a69bce627bd2247624c71fc12907cb8785d2f-64bit'..
Installing tool 'node-20.18.0-64bit'..
Downloading: /home/runner/work/slang-playground/slang-playground/emsdk/downloads/node-v20.18.0-linux-x64.tar.xz from https://storage.googleapis.com/webassembly/emscripten-releases-builds/deps/node-v20.18.0-linux-x64.tar.xz, 25738964 Bytes
[----------------------------------------------------------------------------]
Unpacking '/home/runner/work/slang-playground/slang-playground/emsdk/downloads/node-v20.18.0-linux-x64.tar.xz' to '/home/runner/work/slang-playground/slang-playground/emsdk/node/20.18.0_64bit'
Done installing tool 'node-20.18.0-64bit'.
Installing tool 'releases-cb2a69bce627bd2247624c71fc12907cb8785d2f-64bit'..
Downloading: /home/runner/work/slang-playground/slang-playground/emsdk/downloads/cb2a69bce627bd2247624c71fc12907cb8785d2f-wasm-binaries.tar.xz from https://storage.googleapis.com/webassembly/emscripten-releases-builds/linux/cb2a69bce627bd2247624c71fc12907cb8785d2f/wasm-binaries.tar.xz, 301247292 Bytes
[----------------------------------------------------------------------------]
Unpacking '/home/runner/work/slang-playground/slang-playground/emsdk/downloads/cb2a69bce627bd2247624c71fc12907cb8785d2f-wasm-binaries.tar.xz' to '/home/runner/work/slang-playground/slang-playground/emsdk/upstream'
Done installing tool 'releases-cb2a69bce627bd2247624c71fc12907cb8785d2f-64bit'.
Done installing SDK 'sdk-releases-cb2a69bce627bd2247624c71fc12907cb8785d2f-64bit'.
Resolving SDK alias 'latest' to '4.0.9'
Resolving SDK version '4.0.9' to 'sdk-releases-cb2a69bce627bd2247624c71fc12907cb8785d2f-64bit'
Setting the following tools as active:
node-20.18.0-64bit
releases-cb2a69bce627bd2247624c71fc12907cb8785d2f-64bit
Next steps:
- To conveniently access emsdk tools from the command line,
consider adding the following directories to your PATH:
/home/runner/work/slang-playground/slang-playground/emsdk
/home/runner/work/slang-playground/slang-playground/emsdk/upstream/emscripten
- This can be done for the current shell by running:
source "/home/runner/work/slang-playground/slang-playground/emsdk/emsdk_env.sh"
- Configure emsdk in your shell startup scripts by running:
echo 'source "/home/runner/work/slang-playground/slang-playground/emsdk/emsdk_env.sh"' >> $HOME/.bash_profile
Setting up EMSDK environment (suppress these messages with EMSDK_QUIET=1)
Adding directories to PATH:
PATH += /home/runner/work/slang-playground/slang-playground/emsdk
PATH += /home/runner/work/slang-playground/slang-playground/emsdk/upstream/emscripten
Setting environment variables:
PATH = /home/runner/work/slang-playground/slang-playground/emsdk:/home/runner/work/slang-playground/slang-playground/emsdk/upstream/emscripten:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
EMSDK = /home/runner/work/slang-playground/slang-playground/emsdk
EMSDK_NODE = /home/runner/work/slang-playground/slang-playground/emsdk/node/20.18.0_64bit/bin/node
~/work/slang-playground/slang-playground
[Mon May 19 21:09:43 UTC 2025] Sync slang repo ...
~/work/slang-playground/slang-playground/slang-repo ~/work/slang-playground/slang-playground
sed: can't read source/slang-wasm/CMakeLists.txt: No such file or directory
grep: source/slang-wasm/CMakeLists.txt: No such file or directory
Error: failed to override CMake option in source/slang-wasm/CMakeLists.txt
Error: Process completed with exit code 1.
Metadata
Metadata
Assignees
Labels
No labels