You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For `armv7-linux-androideabi`, in
GIX_TEST_IGNORE_ARCHIVES=1 cross test ...
as tested by running
GIX_TEST_IGNORE_ARCHIVES=1 just cross-test-android
the `id::ancestors::pre_epoch` test failed with:
/project/gix/tests/fixtures/make_pre_epoch_repo.sh: line 12: patch: command not found
This fixes it by making sure `patch` is installed in the container.
0 commit comments