Commit 6a65693
committed
Ensure
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.cross test images have patch
1 parent 2bc4e0e commit 6a65693
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments