Fix rbs (#7415)
* Update RBS to skip validation task * Revert TEST_BUNDLED_GEMS_ALLOW_FAILURES
This commit is contained in:
parent
d2d521b274
commit
1abec43b5d
Notes:
git
2023-03-02 03:59:33 +00:00
Merged-By: soutaro <matsumoto@soutaro.com>
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -107,7 +107,7 @@ jobs:
|
||||
env:
|
||||
RUBY_TESTOPTS: "-q --tty=no"
|
||||
TESTS: ${{ matrix.test_task == 'check' && matrix.skipped_tests || '' }}
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rbs"
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
|
||||
PRECHECK_BUNDLED_GEMS: "no"
|
||||
- name: make skipped tests
|
||||
run: |
|
||||
|
2
.github/workflows/yjit-ubuntu.yml
vendored
2
.github/workflows/yjit-ubuntu.yml
vendored
@ -143,7 +143,7 @@ jobs:
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
RUBY_TESTOPTS: "-q --tty=no"
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rbs"
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
|
||||
PRECHECK_BUNDLED_GEMS: "no"
|
||||
continue-on-error: ${{ matrix.test_task == 'yjit-bench' }}
|
||||
- name: Show ${{ github.event.pull_request.base.ref }} GitHub URL for yjit-bench comparison
|
||||
|
@ -17,6 +17,6 @@ net-pop 0.1.2 https://github.com/ruby/net-pop
|
||||
net-smtp 0.3.3 https://github.com/ruby/net-smtp
|
||||
matrix 0.4.2 https://github.com/ruby/matrix
|
||||
prime 0.1.2 https://github.com/ruby/prime
|
||||
rbs 3.0.2 https://github.com/ruby/rbs a8c7997eaafa37f2b78f0ee4a87eeaf4d68a0339
|
||||
rbs 3.0.2 https://github.com/ruby/rbs 7a5663f0f433ccd24db32e4dda9dc7754c269247
|
||||
typeprof 0.21.6 https://github.com/ruby/typeprof
|
||||
debug 1.7.1 https://github.com/ruby/debug d7bf3b2e4502eb0f07a67f00e5fce5a0d661189e
|
||||
|
@ -34,7 +34,7 @@ File.foreach("#{gem_dir}/bundled_gems") do |line|
|
||||
when "typeprof"
|
||||
|
||||
when "rbs"
|
||||
test_command << " stdlib_test validate RBS_SKIP_TESTS=#{__dir__}/rbs_skip_tests"
|
||||
test_command << " stdlib_test validate RBS_SKIP_TESTS=#{__dir__}/rbs_skip_tests SKIP_RBS_VALIDATION=true"
|
||||
first_timeout *= 3
|
||||
|
||||
when "debug"
|
||||
|
Loading…
x
Reference in New Issue
Block a user