Commit 41160a2
committed
Try using autogen.sh as recommended in the ruby/ruby README
* The build fails on macOS in GitHub Actions currently:
Run autoconf
configure.ac:4182: warning: AC_C_BIGENDIAN should be used with AC_CONFIG_HEADERS
Run ./configure --prefix=$HOME/.rubies/ruby-head --enable-shared --disable-install-doc --with-openssl-dir=$(brew --prefix openssl@1.1) --with-readline-dir=$(brew --prefix readline)
configure: error: cannot find required auxiliary files: config.guess config.sub
Error: Process completed with exit code 1.1 parent 72b39b3 commit 41160a2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments