Skip to content

Commit

Permalink
ci: reproduce fedora pkgconf issue
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Oct 11, 2022
1 parent 5c443e2 commit 321df4e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/sqlite3-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,21 @@ jobs:
- run: bundle exec rake compile -- --enable-system-libraries
- run: bundle exec rake test

# reported at https://github.com/sparklemotion/sqlite3-ruby/issues/354
# TODO remove once https://github.com/flavorjones/mini_portile/issues/118 is fixed
fedora:
runs-on: ubuntu-latest
container:
image: fedora:35
steps:
- run: |
dnf group install -y "C Development Tools and Libraries"
dnf install -y ruby ruby-devel
- uses: actions/checkout@v3
- run: bundle install
- run: bundle exec rake compile -- --disable-system-libraries
- run: bundle exec rake test

sqlcipher:
strategy:
fail-fast: false
Expand Down

0 comments on commit 321df4e

Please sign in to comment.