mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Get rid of updating Unicode files
Some certificates on Unicode.org have expired.
This commit is contained in:
parent
bc126d91fe
commit
dd765f9e60
2 changed files with 2 additions and 6 deletions
|
@ -38,7 +38,6 @@ env:
|
||||||
- SETARCH=
|
- SETARCH=
|
||||||
- RUBY_PREFIX=/tmp/ruby-prefix
|
- RUBY_PREFIX=/tmp/ruby-prefix
|
||||||
- GEMS_FOR_TEST='timezone tzinfo'
|
- GEMS_FOR_TEST='timezone tzinfo'
|
||||||
- UPDATE_UNICODE="UNICODE_FILES=. UNICODE_PROPERTY_FILES=. UNICODE_AUXILIARY_FILES=. UNICODE_EMOJI_FILES=."
|
|
||||||
# The tests skipped in `make test-all`.
|
# The tests skipped in `make test-all`.
|
||||||
- TEST_ALL_SKIPPED_TESTS=
|
- TEST_ALL_SKIPPED_TESTS=
|
||||||
# Run the separated tests with allowing failures.
|
# Run the separated tests with allowing failures.
|
||||||
|
@ -154,8 +153,7 @@ before_script:
|
||||||
- "> config.status"
|
- "> config.status"
|
||||||
- "> .rbconfig.time"
|
- "> .rbconfig.time"
|
||||||
- sed -f tool/prereq.status template/Makefile.in common.mk > Makefile
|
- sed -f tool/prereq.status template/Makefile.in common.mk > Makefile
|
||||||
- make touch-unicode-files
|
- make -s $JOBS up
|
||||||
- make -s $JOBS $UPDATE_UNICODE up
|
|
||||||
- make -s $JOBS srcs
|
- make -s $JOBS srcs
|
||||||
- rm -f config.status Makefile rbconfig.rb .rbconfig.time
|
- rm -f config.status Makefile rbconfig.rb .rbconfig.time
|
||||||
- |-
|
- |-
|
||||||
|
|
|
@ -24,7 +24,6 @@ environment:
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||||
GEMS_FOR_TEST: ""
|
GEMS_FOR_TEST: ""
|
||||||
RELINE_TEST_ENCODING: "Windows-31J"
|
RELINE_TEST_ENCODING: "Windows-31J"
|
||||||
UPDATE_UNICODE: "UNICODE_FILES=. UNICODE_PROPERTY_FILES=. UNICODE_AUXILIARY_FILES=. UNICODE_EMOJI_FILES=."
|
|
||||||
for:
|
for:
|
||||||
-
|
-
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -49,8 +48,7 @@ for:
|
||||||
- echo>> Makefile RT_VER=0
|
- echo>> Makefile RT_VER=0
|
||||||
- echo>> Makefile BUILTIN_ENCOBJS=nul
|
- echo>> Makefile BUILTIN_ENCOBJS=nul
|
||||||
- type win32\Makefile.sub >> Makefile
|
- type win32\Makefile.sub >> Makefile
|
||||||
- nmake %mflags% touch-unicode-files
|
- nmake %mflags% up
|
||||||
- nmake %mflags% %UPDATE_UNICODE% incs
|
|
||||||
- nmake %mflags% extract-extlibs
|
- nmake %mflags% extract-extlibs
|
||||||
- del Makefile
|
- del Makefile
|
||||||
- mkdir \usr\local\bin
|
- mkdir \usr\local\bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue