[前][次][番号順一覧][スレッド一覧]

ruby-changes:61732

From: Nobuyoshi <ko1@a...>
Date: Tue, 16 Jun 2020 17:01:25 +0900 (JST)
Subject: [ruby-changes:61732] d9c8804045 (master): Update without touch-unicode-files

https://git.ruby-lang.org/ruby.git/commit/?id=d9c8804045

From d9c880404578f891ec5de5e13346e46e1a6ea94b Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 16 Jun 2020 12:29:02 +0900
Subject: Update without touch-unicode-files


diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index 9314cc2..88d6f0e 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -164,10 +164,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/compilers.yml#L164
             ${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
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 18e3d25..afd0c88 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -38,10 +38,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/macos.yml#L38
       - name: Run configure
         run: ../src/configure -C --disable-install-doc --with-openssl-dir=$(brew --prefix openssl@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
diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml
index d575615..05d944b 100644
--- a/.github/workflows/mjit.yml
+++ b/.github/workflows/mjit.yml
@@ -41,10 +41,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mjit.yml#L41
       - 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
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index ef134d7..0d81666 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -55,10 +55,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L55
       - 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
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 9e9b512..2f1f3a7 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -55,7 +55,6 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/windows.yml#L55
           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
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]