Commit 7934d0d
committed
fix: remove autoreconf to prevent hang on ARM platforms (#121)
The autoreconf command hangs on ARM platforms due to a known
bash/libtool/autoconf interaction issue. Since the curl tarball
already includes a pre-generated configure script, autoreconf
is unnecessary.
- Remove autoreconf call from preinstall.sh
- Remove autoreconf call from Dockerfile.native
- Add check for missing configure script in preinstall.sh1 parent e42ed5f commit 7934d0d
2 files changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
0 commit comments