Skip to content

Commit

Permalink
ci: ensure tcl-dev is installed to build upstream sqlite from source
Browse files Browse the repository at this point in the history
This seems to be a new requirement as of around 2024-08-06, see
https://sqlite.org/forum/forumpost/45c4862d37 and other forum posts
for more context.
  • Loading branch information
flavorjones committed Aug 7, 2024
1 parent 69b4af5 commit 411c21d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
- run: |
git clone --depth=1 https:/sqlite/sqlite
git -C sqlite log -n1
- uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby-pkgs@v1
with:
ruby-version: "3.3"
bundler-cache: true
apt-get: tcl-dev # https://sqlite.org/forum/forumpost/45c4862d37
- run: bundle exec rake compile -- --with-sqlite-source-dir=${GITHUB_WORKSPACE}/sqlite
- run: bundle exec rake test

Expand Down

0 comments on commit 411c21d

Please sign in to comment.