Skip to content

Commit 321df4e

Browse files
committed
ci: reproduce fedora pkgconf issue
1 parent 5c443e2 commit 321df4e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/sqlite3-ruby.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,21 @@ jobs:
7676
- run: bundle exec rake compile -- --enable-system-libraries
7777
- run: bundle exec rake test
7878

79+
# reported at https://github.com/sparklemotion/sqlite3-ruby/issues/354
80+
# TODO remove once https://github.com/flavorjones/mini_portile/issues/118 is fixed
81+
fedora:
82+
runs-on: ubuntu-latest
83+
container:
84+
image: fedora:35
85+
steps:
86+
- run: |
87+
dnf group install -y "C Development Tools and Libraries"
88+
dnf install -y ruby ruby-devel
89+
- uses: actions/checkout@v3
90+
- run: bundle install
91+
- run: bundle exec rake compile -- --disable-system-libraries
92+
- run: bundle exec rake test
93+
7994
sqlcipher:
8095
strategy:
8196
fail-fast: false

0 commit comments

Comments
 (0)