Skip to content

Commit

Permalink
ci package: enable Debian trixie
Browse files Browse the repository at this point in the history
simdjson is in testing now.
So we can enable the Debian trixie on CI.

ref: https://packages.debian.org/trixie/libsimdjson-dev
  • Loading branch information
otegami committed Dec 26, 2024
1 parent 66d381d commit effdb84
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,8 @@ jobs:
id:
- debian-bookworm-amd64
- debian-bookworm-arm64
# simdjson removed from testing:
# https://github.com/groonga/groonga/pull/1871
#
# We can enable this again when simdjson is added to testing again.
# - debian-trixie-amd64
# - debian-trixie-arm64
- debian-trixie-amd64
- debian-trixie-arm64
- ubuntu-focal-amd64
- ubuntu-focal-arm64
- ubuntu-jammy-amd64
Expand All @@ -158,8 +154,8 @@ jobs:
include:
- id: debian-bookworm-arm64
timeout-minutes: 60
# - id: debian-trixie-arm64
# timeout-minutes: 120
- id: debian-trixie-arm64
timeout-minutes: 120
- id: ubuntu-focal-arm64
timeout-minutes: 60
- id: ubuntu-jammy-arm64
Expand Down

0 comments on commit effdb84

Please sign in to comment.