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

Rebuild post icu withdrawal #37011

Merged
merged 1 commit into from
Dec 14, 2024
Merged

Rebuild post icu withdrawal #37011

merged 1 commit into from
Dec 14, 2024

Conversation

xnox
Copy link
Member

@xnox xnox commented Dec 14, 2024

apkrane ls --json --latest https://packages.wolfi.dev/os/x86_64/APKINDEX.tar.gz | jq -r 'select(.Dependencies) | select(.Dependencies | index("so:libicuuc.so.76")) | .Origin' | sort -u
ruby3.4-charlock_holmes
tensorflow-core

We cannot really rebuild packages as we upgrade/downgrade abi, as
ordering is potentially non-deterministic, unless there is an explicit
environment depends on like icu-dev~DESIRED_ABI or like
icu-dev>=NEW_ABI.

Now that withdrawals are done a second time, rebuild ruby &
tesnorflow.

```
apkrane ls --json --latest https://packages.wolfi.dev/os/x86_64/APKINDEX.tar.gz | jq -r 'select(.Dependencies) | select(.Dependencies | index("so:libicuuc.so.76")) | .Origin' | sort -u
ruby3.4-charlock_holmes
tensorflow-core
```

We cannot really rebuild packages as we upgrade/downgrade abi, as
ordering is potentially non-deterministic, unless there is an explicit
environment depends on like icu-dev~DESIRED_ABI or like
icu-dev>=NEW_ABI.

Now that withdrawals are done a second time, rebuild ruby &
tesnorflow.
@xnox xnox enabled auto-merge (squash) December 14, 2024 02:08
@xnox xnox merged commit 777a467 into wolfi-dev:main Dec 14, 2024
12 checks passed
@octo-sts octo-sts bot added the bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages. label Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants