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:
parent
1ce40e3b29
commit
f6acbf7679
6 changed files with 9 additions and 0 deletions
1
.github/workflows/compilers.yml
vendored
1
.github/workflows/compilers.yml
vendored
|
@ -33,6 +33,7 @@ env:
|
|||
UNICODE_AUXILIARY_FILES=.
|
||||
UNICODE_EMOJI_FILES=.
|
||||
CONFIGURE_TTY: never
|
||||
GITPULLOPTIONS: --no-tags
|
||||
RUBY_DEBUG: ci rgengc
|
||||
RUBY_TESTOPTS: >-
|
||||
-q
|
||||
|
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -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
|
||||
|
|
1
.github/workflows/mingw.yml
vendored
1
.github/workflows/mingw.yml
vendored
|
@ -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
|
||||
|
|
1
.github/workflows/mjit.yml
vendored
1
.github/workflows/mjit.yml
vendored
|
@ -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: |
|
||||
|
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -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:
|
||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue