зеркало из https://github.com/github/ruby.git
Update without touch-unicode-files
This commit is contained in:
Родитель
466d3e68da
Коммит
d9c8804045
|
@ -164,10 +164,7 @@ jobs:
|
|||
${default_configure} \
|
||||
${append_configure} \
|
||||
--with-gcc="${default_cc} ${append_cc}"
|
||||
- name: Update include files
|
||||
run: |
|
||||
$make touch-unicode-files
|
||||
$make $UPDATE_UNICODE -o update-src incs
|
||||
- run: $make incs
|
||||
working-directory: build
|
||||
- run: $make
|
||||
working-directory: build
|
||||
|
|
|
@ -38,10 +38,7 @@ jobs:
|
|||
- name: Run configure
|
||||
run: ../src/configure -C --disable-install-doc --with-openssl-dir=$(brew --prefix openssl@1.1) --with-readline-dir=$(brew --prefix readline)
|
||||
working-directory: build
|
||||
- name: Update
|
||||
run: |
|
||||
make touch-unicode-files
|
||||
make -o update-src up
|
||||
- run: make $JOBS incs
|
||||
working-directory: build
|
||||
- run: make $JOBS
|
||||
working-directory: build
|
||||
|
|
|
@ -41,10 +41,7 @@ jobs:
|
|||
- name: Run configure
|
||||
run: ../src/configure -C --disable-install-doc
|
||||
working-directory: build
|
||||
- name: Update include files
|
||||
run: |
|
||||
make touch-unicode-files
|
||||
make $JOBS -o update-src incs
|
||||
- run: make $JOBS incs
|
||||
working-directory: build
|
||||
- run: make $JOBS
|
||||
working-directory: build
|
||||
|
|
|
@ -55,10 +55,7 @@ jobs:
|
|||
- name: Run configure
|
||||
run: ../src/configure -C --disable-install-doc cppflags=${{ matrix.debug }}
|
||||
working-directory: build
|
||||
- name: Update include files
|
||||
run: |
|
||||
make $JOBS touch-unicode-files
|
||||
make $JOBS -o update-src up
|
||||
- run: make $JOBS incs
|
||||
working-directory: build
|
||||
- run: make $JOBS
|
||||
working-directory: build
|
||||
|
|
|
@ -55,7 +55,6 @@ jobs:
|
|||
call "C:\Program Files (x86)\Microsoft Visual Studio\${{ matrix.vs }}\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||
set YACC=win_bison
|
||||
echo on
|
||||
nmake touch-unicode-files
|
||||
nmake incs
|
||||
nmake extract-extlibs
|
||||
nmake
|
||||
|
|
Загрузка…
Ссылка в новой задаче