-
Notifications
You must be signed in to change notification settings - Fork 1.1k
find: command not found on openjdk-oraclelinux8 #11989
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
feel free to close this issue if |
liufengyun
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 21, 2021
liufengyun
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 26, 2021
liufengyun
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 27, 2021
Co-authored-by: Tom Grigg <[email protected]>
liufengyun
added a commit
that referenced
this issue
Apr 28, 2021
Fix #11989: Remove dependency on find
francisdb
added a commit
to francisdb/scala-sbt
that referenced
this issue
Apr 28, 2021
see scala/scala3#11989 reverts sbt#136
francisdb
added a commit
to francisdb/scala-sbt
that referenced
this issue
May 14, 2021
see scala/scala3#11989 reverts sbt#136
@liufengyun I guess this will be for scala 3.0.1 as 3.0.0 still depends on find? |
francisdb
added a commit
to sbt/docker-sbt
that referenced
this issue
May 14, 2021
looks like findutils is still required for scala 3.0.0 final see scala/scala3#11989
Yes, it will come in |
francisdb
added a commit
to francisdb/scala-sbt
that referenced
this issue
Jul 12, 2021
francisdb
added a commit
to sbt/docker-sbt
that referenced
this issue
Jul 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I was setting up the scala 3.0.0-RC2 docker build at https://github.com/hseeberger/scala-sbt but the oraclelinux jdk build fails
Compiler version
3.0.0-RC2
Minimized code
docker image
openjdk:11.0.10-jdk-oraclelinux8
Output
Expectation
The scala command works as expected like on debian / graalvm docker images or with Scala 2.x
Reproducer in docker build
ENV SCALA_VERSION ${SCALA_VERSION:-3.0.0-RC2}
The text was updated successfully, but these errors were encountered: