Skip to content
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

Fix failing ReadOnlyDependencyCacheWithinContainerTest #30080

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

blindpirate
Copy link
Collaborator

See https://ge.gradle.org/scans/tests?search.relativeStartTime=P28D&search.timeZoneId=Asia/Shanghai&tests.container=org.gradle.integtests.resolve.rocache.ReadOnlyDependencyCacheWithinContainerTest&tests.test=can use a read-only cache within a container&tests.unstableOnly=false

It fails with

Toolchain installation '/usr/local/openjdk-11' does not provide the required capabilities: [JAVA_COMPILER]

Because we are using jre docker image. Also, it was skipped a lot when it's running with Test Distribution, so @LocalOnly was added.

It fails with

```
Toolchain installation '/usr/local/openjdk-11' does not provide the required capabilities: [JAVA_COMPILER]
```

Because we are using jre docker image.
@cobexer cobexer added this pull request to the merge queue Aug 12, 2024
@bot-gradle bot-gradle added this to the 8.10 milestone Aug 12, 2024
Merged via the queue into release with commit bec7ee7 Aug 12, 2024
10 checks passed
@cobexer cobexer deleted the bz/use-jdk11-container branch August 12, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants