Update without touch-unicode-files

上级 466d3e68
...@@ -164,10 +164,7 @@ jobs: ...@@ -164,10 +164,7 @@ jobs:
${default_configure} \ ${default_configure} \
${append_configure} \ ${append_configure} \
--with-gcc="${default_cc} ${append_cc}" --with-gcc="${default_cc} ${append_cc}"
- name: Update include files - run: $make incs
run: |
$make touch-unicode-files
$make $UPDATE_UNICODE -o update-src incs
working-directory: build working-directory: build
- run: $make - run: $make
working-directory: build working-directory: build
......
...@@ -38,10 +38,7 @@ jobs: ...@@ -38,10 +38,7 @@ jobs:
- name: Run configure - name: Run configure
run: ../src/configure -C --disable-install-doc --with-openssl-dir=$(brew --prefix openssl@1.1) --with-readline-dir=$(brew --prefix readline) run: ../src/configure -C --disable-install-doc --with-openssl-dir=$(brew --prefix openssl@1.1) --with-readline-dir=$(brew --prefix readline)
working-directory: build working-directory: build
- name: Update - run: make $JOBS incs
run: |
make touch-unicode-files
make -o update-src up
working-directory: build working-directory: build
- run: make $JOBS - run: make $JOBS
working-directory: build working-directory: build
......
...@@ -41,10 +41,7 @@ jobs: ...@@ -41,10 +41,7 @@ jobs:
- name: Run configure - name: Run configure
run: ../src/configure -C --disable-install-doc run: ../src/configure -C --disable-install-doc
working-directory: build working-directory: build
- name: Update include files - run: make $JOBS incs
run: |
make touch-unicode-files
make $JOBS -o update-src incs
working-directory: build working-directory: build
- run: make $JOBS - run: make $JOBS
working-directory: build working-directory: build
......
...@@ -55,10 +55,7 @@ jobs: ...@@ -55,10 +55,7 @@ jobs:
- name: Run configure - name: Run configure
run: ../src/configure -C --disable-install-doc cppflags=${{ matrix.debug }} run: ../src/configure -C --disable-install-doc cppflags=${{ matrix.debug }}
working-directory: build working-directory: build
- name: Update include files - run: make $JOBS incs
run: |
make $JOBS touch-unicode-files
make $JOBS -o update-src up
working-directory: build working-directory: build
- run: make $JOBS - run: make $JOBS
working-directory: build working-directory: build
......
...@@ -55,7 +55,6 @@ jobs: ...@@ -55,7 +55,6 @@ jobs:
call "C:\Program Files (x86)\Microsoft Visual Studio\${{ matrix.vs }}\Enterprise\VC\Auxiliary\Build\vcvars64.bat" call "C:\Program Files (x86)\Microsoft Visual Studio\${{ matrix.vs }}\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
set YACC=win_bison set YACC=win_bison
echo on echo on
nmake touch-unicode-files
nmake incs nmake incs
nmake extract-extlibs nmake extract-extlibs
nmake nmake
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册