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_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
|
||||||
|
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -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
|
||||||
|
|
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"
|
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
|
||||||
|
|
1
.github/workflows/mjit.yml
vendored
1
.github/workflows/mjit.yml
vendored
|
@ -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: |
|
||||||
|
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -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:
|
||||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue