mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update without touch-unicode-files
This commit is contained in:
parent
466d3e68da
commit
d9c8804045
5 changed files with 4 additions and 17 deletions
5
.github/workflows/compilers.yml
vendored
5
.github/workflows/compilers.yml
vendored
|
@ -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
|
||||
|
|
5
.github/workflows/macos.yml
vendored
5
.github/workflows/macos.yml
vendored
|
@ -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
|
||||
|
|
5
.github/workflows/mjit.yml
vendored
5
.github/workflows/mjit.yml
vendored
|
@ -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
|
||||
|
|
5
.github/workflows/ubuntu.yml
vendored
5
.github/workflows/ubuntu.yml
vendored
|
@ -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
|
||||
|
|
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue