You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The native build of v8 relies on Google's depot_tools, including cipd. I have made changes here to add riscv64 to the case statement, but further changes are still required.
To Reproduce
Steps to reproduce the behavior:
Start RISC-V simulation in QEMU (probably the same behavior on the board, but I have not tested)
Clone the modified depot_tools: git clone https://github.com/v8-riscv/depot_tools.git
Add depot_tools to PATH: export PATH=/path/to/depot_tools:$PATH
Test using gclient
See error
Errors/Logs
Platform linux-riscv64 is not supported by the CIPD client bootstrap: there's no pinned SHA256 hash for it in the *.digests file.
/root/depot_tools/bootstrap_python3: line 32: bootstrap-3.8.0.chromium.8_bin/python3/bin/python3: No such file or directory
cat: /root/depot_tools/python3_bin_reldir.txt: No such file or directory
/root/depot_tools/vpython3: line 52: /root/depot_tools/.cipd_bin/vpython3: No such file or directory
Additional context
It is unclear if we would be responsible for the changes to depot_tools or if Google would handle that. I have asked them via email.
The text was updated successfully, but these errors were encountered:
Describe the bug
The native build of v8 relies on Google's depot_tools, including
cipd
. I have made changes here to addriscv64
to the case statement, but further changes are still required.To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/v8-riscv/depot_tools.git
export PATH=/path/to/depot_tools:$PATH
gclient
Errors/Logs
Additional context
It is unclear if we would be responsible for the changes to depot_tools or if Google would handle that. I have asked them via email.
The text was updated successfully, but these errors were encountered: