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

Debian stretch build failing due to missing busybox #256

Closed
adrelanos opened this issue Dec 7, 2023 · 1 comment · Fixed by #261
Closed

Debian stretch build failing due to missing busybox #256

adrelanos opened this issue Dec 7, 2023 · 1 comment · Fixed by #261

Comments

@adrelanos
Copy link
Contributor

For the purpose of landing

I noticed that the Debian stretch build is failing on CI due to missing busybox. This is happening due to:

I would speculate that #255 makes this issue visible and that the issue already existed after above commit removing the hardcoded busybox installation.

How do we resolve this? Options that come to mind:

  • A) Drop Debian stretch support.
  • B) Install busybox only for Debian stretch builds somehow by handling this case in the scripts.
  • C) Re-add stretch to packages (and packages-arm64?) file.
mika added a commit that referenced this issue Dec 22, 2023
Followup fix for 2708f44

Thanks: Patrick Schleizer <adrelanos@whonix.org> for spotting and reporting
Closes: #256
@mika
Copy link
Member

mika commented Dec 22, 2023

I've prepared something at #261 which should be as little intrusive as possible, IMO

@zeha zeha closed this as completed in #261 Dec 23, 2023
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 a pull request may close this issue.

2 participants