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_EMOJI_FILES=.
CONFIGURE_TTY: never
GITPULLOPTIONS: --no-tags
RUBY_DEBUG: ci rgengc
RUBY_TESTOPTS: >-
-q

View file

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

View file

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

View file

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

View file

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

View file

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