File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 bundler : none
2525 - run : echo "make=make -sj$((1 + $(nproc --all)))" >> $GITHUB_ENV
2626 - run : sudo apt-get install build-essential autoconf bison
27- - run : autoconf
27+ - run : ./autogen.sh
2828 - run : ./configure --disable-install-doc
2929 - run : $make update-unicode
3030 - run : $make common-srcs
Original file line number Diff line number Diff line change 2424 git config --global advice.detachedHead 0
2525 git config --global init.defaultBranch garbage
2626 - uses : actions/checkout@v2
27- - run : autoconf
27+ - run : ./autogen.sh
2828 - name : Run configure
2929 run : ./configure -C --disable-install-doc --disable-rubygems --with-gcc 'optflags=-O0' 'debugflags=-save-temps=obj -g'
3030 - run : make all golf
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167167 - uses : actions/checkout@v2
168168 with :
169169 path : src
170- - run : autoconf
170+ - run : ./autogen.sh
171171 working-directory : src
172172 - name : Run configure
173173 run : |
Original file line number Diff line number Diff line change 2727 - name : Set ENV
2828 run : |
2929 echo "JOBS=-j$((1 + $(sysctl -n hw.activecpu)))" >> $GITHUB_ENV
30- - run : autoconf
30+ - run : ./autogen.sh
3131 working-directory : src
3232 - name : Run configure
3333 run : ../src/configure -C --disable-install-doc --with-openssl-dir=$(brew --prefix openssl@1.1) --with-readline-dir=$(brew --prefix readline)
Original file line number Diff line number Diff line change 3535 - name : Set ENV
3636 run : |
3737 echo "JOBS=-j$((1 + $(nproc --all)))" >> $GITHUB_ENV
38- - run : autoconf
38+ - run : ./autogen.sh
3939 working-directory : src
4040 - name : Run configure
4141 run : ../src/configure -C --disable-install-doc
Original file line number Diff line number Diff line change 4949 - name : Set ENV
5050 run : |
5151 echo "JOBS=-j$((1 + $(nproc --all)))" >> $GITHUB_ENV
52- - run : autoconf
52+ - run : ./autogen.sh
5353 working-directory : src
5454 - name : Run configure
5555 run : ../src/configure -C --disable-install-doc cppflags=${{ matrix.debug }}
You can’t perform that action at this time.
0 commit comments