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(ci/debianrepo): avoid running docker arm64 #551

Merged
merged 14 commits into from
Oct 21, 2021
Merged

Conversation

bassosimone
Copy link
Contributor

@bassosimone bassosimone commented Oct 21, 2021

Checklist

Location of the issue tracker: https://github.com/ooni/probe

Description

The issue at ooni/probe#1741 is that running docker --platform linux/arm64 segfaults when running sudo apt-get update -q inside the arm64 docker environment.

As far as the debianrepo rule is concerned, we can fix the issue by taking advantage of Debian multi-arch. We now configure Debian multi-arch and install the package inside a debian:stable environment.

We keep using docker. In principle we could not. But the Ubuntu environment provided by GitHub actions does not support multi-arch for arm. Also, I'd like testing this rule to be possible also locally (where I don't have Debian).

@bassosimone bassosimone changed the title Debianrepo fix(ci/debianrepo): avoid running docker arm64 Oct 21, 2021
@bassosimone bassosimone marked this pull request as ready for review October 21, 2021 14:17
@bassosimone bassosimone requested a review from hellais as a code owner October 21, 2021 14:17
@bassosimone
Copy link
Contributor Author

I have also verified locally that I can run the docker rules from my Fedora box. We're good to merge once tests pass.

@bassosimone bassosimone merged commit 9848f37 into master Oct 21, 2021
@bassosimone bassosimone deleted the debianrepo branch October 21, 2021 14:55
bassosimone added a commit that referenced this pull request Oct 21, 2021
The issue at ooni/probe#1741 is that running `docker --platform linux/arm64` segfaults when running `sudo apt-get update -q` inside the `arm64` docker environment.

As far as the `debianrepo` rule is concerned, we can fix the issue by taking advantage of Debian multi-arch. We now configure Debian multi-arch and install the package inside a `debian:stable` environment.

We keep using docker. In principle we could not. But the Ubuntu environment provided by GitHub actions does not support multi-arch for arm. Also, I'd like testing this rule to be possible also locally (where I don't have Debian).

This is a cherry-pick of 9848f37 from `master`.
ainghazal pushed a commit to ainghazal/probe-cli that referenced this pull request Mar 8, 2022
The issue at ooni/probe#1741 is that running `docker --platform linux/arm64` segfaults when running `sudo apt-get update -q` inside the `arm64` docker environment.

As far as the `debianrepo` rule is concerned, we can fix the issue by taking advantage of Debian multi-arch. We now configure Debian multi-arch and install the package inside a `debian:stable` environment.

We keep using docker. In principle we could not. But the Ubuntu environment provided by GitHub actions does not support multi-arch for arm. Also, I'd like testing this rule to be possible also locally (where I don't have Debian).
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.

1 participant