Skip to content

Commit ac219e1

Browse files
committed
Try Solaris again
And exclude rather than comment out Dragonfly.
1 parent 0b3ae25 commit ac219e1

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/workflows/build-and-release.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -132,21 +132,18 @@ jobs:
132132
bin: pgxn_meta
133133
emoji: ☀️
134134
skip_tests: true
135-
# Dragonfly: No std component available.
136-
# - os_name: dragonfly-amd64
137-
# os: ubuntu-24.04
138-
# target: x86_64-unknown-dragonfly
139-
# bin: pgxn_meta
140-
# emoji: 🐉🪰
141-
# skip_tests: true
135+
- os_name: dragonfly-amd64
136+
os: ubuntu-24.04
137+
target: x86_64-unknown-dragonfly
138+
bin: pgxn_meta
139+
emoji: 🐉🪰
140+
skip_tests: true
142141
toolchain:
143142
- stable
144143
- beta
145144
- nightly
146145
exclude:
147-
# https://github.com/cross-rs/cross/issues/1599
148-
- platform: { os_name: solaris-sparcv9 }
149-
- platform: { os_name: solaris-amd64 }
146+
- platform: { os_name: dragonfly-amd64 } # No std component.
150147
steps:
151148
- uses: actions/checkout@v4
152149
- name: Setup Rust

0 commit comments

Comments
 (0)