File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments