-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Do not attempt to detect container runtime in native-sources build #33368
Conversation
🙈 The PR is closed and the preview is expired. |
core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildRunnerDummy.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a few comments.
core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildRunnerDummy.java
Outdated
Show resolved
Hide resolved
core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildRunnerDummy.java
Outdated
Show resolved
Hide resolved
core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildRunnerDummy.java
Outdated
Show resolved
Hide resolved
--user $(id -ur):$(id -gr) \ | ||
--rm \ | ||
--v $(pwd):/work \# <1> | ||
-v $(pwd):/work \# <1> | ||
-w /work \# <2> | ||
--entrypoint bin/sh \ | ||
--entrypoint /bin/sh \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it related to this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's from the documentation part talking about using native-sources
. Testing this PR requires using that command.
dd34f09
to
db9ffd7
Compare
This comment has been minimized.
This comment has been minimized.
@zakkak the failures look related. |
Failing Jobs - Building 4bd0553
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 17 Windows #- Failing: extensions/opentelemetry/deployment
! Skipped: extensions/micrometer-registry-prometheus/deployment extensions/micrometer/deployment extensions/quartz/deployment and 31 more 📦 extensions/opentelemetry/deployment✖
|
The latest CI failure seems unrelated to me. |
Closes: #33161