Skip to content

Commit de10246

Browse files
nobuMaxime Chevalier-Boisvert
authored andcommitted
Get rid of updating Unicode files
Some certificates on Unicode.org have expired.
1 parent 37d03b8 commit de10246

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ env:
3838
- SETARCH=
3939
- RUBY_PREFIX=/tmp/ruby-prefix
4040
- GEMS_FOR_TEST='timezone tzinfo'
41-
- UPDATE_UNICODE="UNICODE_FILES=. UNICODE_PROPERTY_FILES=. UNICODE_AUXILIARY_FILES=. UNICODE_EMOJI_FILES=."
4241
# The tests skipped in `make test-all`.
4342
- TEST_ALL_SKIPPED_TESTS=
4443
# Run the separated tests with allowing failures.
@@ -154,8 +153,7 @@ before_script:
154153
- "> config.status"
155154
- "> .rbconfig.time"
156155
- sed -f tool/prereq.status template/Makefile.in common.mk > Makefile
157-
- make touch-unicode-files
158-
- make -s $JOBS $UPDATE_UNICODE up
156+
- make -s $JOBS up
159157
- make -s $JOBS srcs
160158
- rm -f config.status Makefile rbconfig.rb .rbconfig.time
161159
- |-

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ environment:
2424
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
2525
GEMS_FOR_TEST: ""
2626
RELINE_TEST_ENCODING: "Windows-31J"
27-
UPDATE_UNICODE: "UNICODE_FILES=. UNICODE_PROPERTY_FILES=. UNICODE_AUXILIARY_FILES=. UNICODE_EMOJI_FILES=."
2827
for:
2928
-
3029
matrix:
@@ -49,8 +48,7 @@ for:
4948
- echo>> Makefile RT_VER=0
5049
- echo>> Makefile BUILTIN_ENCOBJS=nul
5150
- type win32\Makefile.sub >> Makefile
52-
- nmake %mflags% touch-unicode-files
53-
- nmake %mflags% %UPDATE_UNICODE% incs
51+
- nmake %mflags% up
5452
- nmake %mflags% extract-extlibs
5553
- del Makefile
5654
- mkdir \usr\local\bin

0 commit comments

Comments
 (0)