1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fetch no tags

Fetched tags by `make up` are not used, in CI environments.
This commit is contained in:
Nobuyoshi Nakada 2020-06-04 08:22:50 +09:00
parent 1ce40e3b29
commit f6acbf7679
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
6 changed files with 9 additions and 0 deletions

View file

@ -33,6 +33,7 @@ env:
UNICODE_AUXILIARY_FILES=. UNICODE_AUXILIARY_FILES=.
UNICODE_EMOJI_FILES=. UNICODE_EMOJI_FILES=.
CONFIGURE_TTY: never CONFIGURE_TTY: never
GITPULLOPTIONS: --no-tags
RUBY_DEBUG: ci rgengc RUBY_DEBUG: ci rgengc
RUBY_TESTOPTS: >- RUBY_TESTOPTS: >-
-q -q

View file

@ -7,6 +7,8 @@ jobs:
matrix: matrix:
test_task: [ "check", "test-bundler", "test-bundled-gems", "leaked-globals" ] test_task: [ "check", "test-bundler", "test-bundled-gems", "leaked-globals" ]
fail-fast: false fail-fast: false
env:
GITPULLOPTIONS: --no-tags
if: "!contains(github.event.head_commit.message, '[ci skip]')" if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps: steps:
- name: Disable Firewall - name: Disable Firewall

View file

@ -17,6 +17,7 @@ jobs:
CPPFLAGS: "-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -DFD_SETSIZE=2048" CPPFLAGS: "-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -DFD_SETSIZE=2048"
LDFLAGS: "-pipe -fstack-protector-strong" LDFLAGS: "-pipe -fstack-protector-strong"
UPDATE_UNICODE: "UNICODE_FILES=. UNICODE_PROPERTY_FILES=. UNICODE_AUXILIARY_FILES=. UNICODE_EMOJI_FILES=." UPDATE_UNICODE: "UNICODE_FILES=. UNICODE_PROPERTY_FILES=. UNICODE_AUXILIARY_FILES=. UNICODE_EMOJI_FILES=."
GITPULLOPTIONS: --no-tags
strategy: strategy:
matrix: matrix:
test_task: [ "check" ] # to make job names consistent test_task: [ "check" ] # to make job names consistent

View file

@ -12,6 +12,7 @@ jobs:
env: env:
TESTOPTS: '-q --tty=no' TESTOPTS: '-q --tty=no'
RUN_OPTS: '--disable-gems --jit-warnings ${{ matrix.jit_opts }}' RUN_OPTS: '--disable-gems --jit-warnings ${{ matrix.jit_opts }}'
GITPULLOPTIONS: --no-tags
steps: steps:
- name: Install libraries - name: Install libraries
run: | run: |

View file

@ -23,6 +23,8 @@ jobs:
- test_task: leaked-globals - test_task: leaked-globals
debug: -DRUBY_DEBUG debug: -DRUBY_DEBUG
fail-fast: false fail-fast: false
env:
GITPULLOPTIONS: --no-tags
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
if: "!contains(github.event.head_commit.message, '[ci skip]')" if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps: steps:

View file

@ -9,6 +9,8 @@ jobs:
vs: [2019] vs: [2019]
fail-fast: false fail-fast: false
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
env:
GITPULLOPTIONS: --no-tags
if: "!contains(github.event.head_commit.message, '[ci skip]')" if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps: steps:
- uses: actions/cache@v1 - uses: actions/cache@v1