Skip to content

Commit

Permalink
ci: ignore re2 failures for now
Browse files Browse the repository at this point in the history
See mudge/re2#158 for discussion about
abseil/cmake conflicts.
  • Loading branch information
flavorjones committed Jul 15, 2024
1 parent 144c328 commit 5af5a88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ jobs:
matrix:
name: [re2, nokogiri, sqlite3]
platform: [ubuntu-latest, windows-latest, macos-latest]
continue-on-error: [false]
include:
- name: re2
url: https://github.com/mudge/re2
command: "bundle exec rake compile spec"
ruby: "3.3"
continue-on-error: true # https://github.com/mudge/re2/issues/158
- name: nokogiri
url: https://github.com/sparklemotion/nokogiri
command: "bundle exec rake compile test"
Expand All @@ -38,6 +40,7 @@ jobs:
url: https://github.com/sparklemotion/sqlite3-ruby
command: "bundle exec rake compile test"
ruby: "3.3"
continue-on-error: ${{matrix.continue-on-error}}
runs-on: ${{matrix.platform}}
steps:
- name: configure git crlf
Expand Down

0 comments on commit 5af5a88

Please sign in to comment.