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
java.io.IOException: Cannot run program "/home/sbtRunnerContainer/.cache/llvm-firtool/1.48.0/bin/firtool" (in directory "/tmp/scastie17785198868832216054"): error=2, No such file or directory
Expected behavior
It would be really helpful to be able to run this binary as it is required for Chisel to fully function. From an old discussion on Gitter, this is probably due to default Docker security settings. If it's possible to change this, it would be super helpful for Chisel users.
Screenshot ( Optional )
No response
Version
Scastie website
What browsers are you seeing the problem on?
Safari
Relevant log output
2023.08.04 15:29:13:849 run-main-0 DEBUG firtoolresolver.Main.checkPath:63
Checking FIRTOOL_PATH for firtool
2023.08.04 15:29:13:865 run-main-0 DEBUG firtoolresolver.Main.checkPath:69
FIRTOOL_PATH not set
2023.08.04 15:29:13:867 run-main-0 DEBUG firtoolresolver.Main.checkResources:107
Checking resources for firtool
2023.08.04 15:29:13:869 run-main-0 DEBUG firtoolresolver.Main.checkResources:124
Firtool version 1.48.0 found in resources
2023.08.04 15:29:13:871 run-main-0 DEBUG firtoolresolver.Main.checkResources:134
Firtool binary /home/sbtRunnerContainer/.cache/llvm-firtool/1.48.0/bin/firtool already exists
proc(ArraySeq(Shellable(List(/home/sbtRunnerContainer/.cache/llvm-firtool/1.48.0/bin/firtool)), Shellable(List(--version))))
java.io.IOException: Cannot run program "/home/sbtRunnerContainer/.cache/llvm-firtool/1.48.0/bin/firtool" (in directory "/tmp/scastie17785198868832216054"): error=2, No such file or directory
...
The text was updated successfully, but these errors were encountered:
Describe the bug
Cannot run native binary extracted from resources
Scastie snippet link
https://scastie.scala-lang.org/sjiQrl59SFSwlJu4mPs5XQ
To Reproduce
Run the above Scastie and you will see
Expected behavior
It would be really helpful to be able to run this binary as it is required for Chisel to fully function. From an old discussion on Gitter, this is probably due to default Docker security settings. If it's possible to change this, it would be super helpful for Chisel users.
Screenshot ( Optional )
No response
Version
Scastie website
What browsers are you seeing the problem on?
Safari
Relevant log output
The text was updated successfully, but these errors were encountered: