Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: CI install recent openjdk-8 deb9u1 version #163

Merged
merged 1 commit into from
Dec 16, 2020

Conversation

m-schmoock
Copy link
Contributor

@m-schmoock m-schmoock commented Dec 13, 2020

Currently CI fails with:

E: Version '8u265-b01-0+deb9u1' for 'openjdk-8-jdk-headless' was not found
The command '/bin/sh -c apt-get install -y --no-install-recommends openjdk-8-jdk-headless=8u265-b01-0+deb9u1' returned a non-zero code: 100

This patch updates this artifact to recent version: 8u272-b10-0+deb9u1
Alternatively we could remove the specific opendjdk8 version and leave
this to the debian maintainers to give us a recent fixed one.

Addresses broken CI build of #162

Currently CI fails with:
```
E: Version '8u265-b01-0+deb9u1' for 'openjdk-8-jdk-headless' was not found
The command '/bin/sh -c apt-get install -y --no-install-recommends openjdk-8-jdk-headless=8u265-b01-0+deb9u1' returned a non-zero code: 100
```

This patch updates this artifact to recent version: 8u272-b10-0+deb9u1
Alternatively we could remove the specific opendjdk8 version and leave
this to the debian maintainers to give us a recent fixed one.
@shesek shesek merged commit 28d80f0 into shesek:master Dec 16, 2020
@shesek
Copy link
Owner

shesek commented Dec 16, 2020

I'm using fixed package versions to improve reproducibility, which does result in these errors showing up from time to time until I update the packages. This isn't ideal, but seems better than grabbing whatever the latest version is.

Thanks for the fix!

Legogris added a commit to Legogris/spark-wallet that referenced this pull request Jan 18, 2021
shesek pushed a commit that referenced this pull request Jan 19, 2021
@m-schmoock m-schmoock deleted the fix/ci_openjdk8_version branch August 27, 2021 15:52
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants