chisel icon indicating copy to clipboard operation
chisel copied to clipboard

[ci] Try to enable binder tests

Open SpriteOvO opened this issue 1 year ago • 4 comments

SpriteOvO avatar Aug 20 '24 14:08 SpriteOvO

Why is this PR against nightly instead of main?

jackkoenig avatar Sep 04 '24 23:09 jackkoenig

The required C-API was still in nightly when this PR was created, but now we can change it to be based on main. :+1:

SpriteOvO avatar Sep 04 '24 23:09 SpriteOvO

I'm unsure what Scala-CLI issue you're running into, but I've had issues with Scala-CLI hanging in Github Actions: https://github.com/VirtusLab/scala-cli/issues/3054

Also https://github.com/VirtusLab/scala-cli/issues/3013 about Scala CLI downloading its own Java (although that has to do with the scala-cli action so may not apply).

jackkoenig avatar Sep 05 '24 00:09 jackkoenig

I'm unsure what Scala-CLI issue you're running into

scala-cli complains java.nio.file.FileAlreadyExistsException: /home/runner/.cache/scalacli/local-repo/.1.5.0.tmp/version.

rm this file before running mill doesn't help, there seems to be another process creating this file. It's not even fully reproducible, it just happens randomly. 🤦

I have reported this issue VirtusLab/scala-cli#3110, but the maintainers say they don't have a clue unless I can provide a minimum reproducible.

SpriteOvO avatar Sep 05 '24 00:09 SpriteOvO