eugene yokota
eugene yokota
The tarball or zip from https://www.scala-sbt.org/download
I was able to reproduce this using GitHub Actions https://github.com/sbt/sbt/pull/8157 / https://github.com/sbt/sbt/actions/runs/15511097440/job/43672150987 ```scala Error: Exception in thread "client-read-thread" java.lang.UnsatisfiedLinkError: Can't load library: /run/user/0/.sbt46911889/ipcsocket/libsbtipcsocket10752406313388057937.so at org.graalvm.nativeimage.builder/com.oracle.svm.core.jdk.NativeLibraries.loadLibraryAbsolute(NativeLibraries.java:105) at [email protected]/java.lang.ClassLoader.loadLibrary(ClassLoader.java:116) at [email protected]/java.lang.Runtime.load0(Runtime.java:852) at...
Thanks for the detective work! Could either of you report this to Microsoft as well plz?
Maybe this is related https://github.com/microsoft/WSL/issues/10846
I'm going to close this for now since I feel like this is something that WSL should address, or users can work around?
> @eed3si9n What do you think? I don't know if `MixedAnalyzingCompiler` caching a reference to various analysis store is a big deal. We should provide some mechanism to wipe out...
(Hi @lutzh!) I've rearranged your description a bit to match my use of the term steps, expectations, and notes. I am assuming that you don't want `compile` and `test` literally,...
You might find sbt-doge (https://github.com/sbt/sbt-doge) to be an inspiration since it implements better `+ compile` operator.
I guess there's a loop somewhere we need to cut?
> download JetBrains JDK (https://github.com/JetBrains/JetBrainsRuntime/releases) If this doesn't happen on Zulu or Eclipse Temurin, I don't think we'd work on this issue. If there's some logical error in the concurrency...