Skip to content

Commit fbc1426

Browse files
authored
Merge pull request #672 from godot-rust/bugfix/experimental-ci
CI: job running experimental API should use `custom-godot`
2 parents 7482941 + f6b8ddc commit fbc1426

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/full-ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
os: ubuntu-20.04
275275
artifact-name: linux-nightly
276276
godot-binary: godot.linuxbsd.editor.dev.x86_64
277-
rust-extra-args: --features codegen-full-experimental
277+
rust-extra-args: --features godot/codegen-full
278278
with-hot-reload: true
279279

280280
# Combines now a lot of features, but should be OK. lazy-function-tables doesn't work with experimental-threads.
@@ -284,11 +284,11 @@ jobs:
284284
godot-binary: godot.linuxbsd.editor.dev.double.x86_64
285285
rust-extra-args: --features godot/custom-godot,godot/double-precision,godot/codegen-full,godot/lazy-function-tables
286286

287-
- name: linux-features
287+
- name: linux-features-experimental
288288
os: ubuntu-20.04
289289
artifact-name: linux-nightly
290290
godot-binary: godot.linuxbsd.editor.dev.x86_64
291-
rust-extra-args: --features godot/custom-godot,godot/experimental-threads,godot/serde
291+
rust-extra-args: --features godot/custom-godot,godot/experimental-threads,godot/serde,codegen-full-experimental
292292

293293
- name: linux-release
294294
os: ubuntu-20.04

.github/workflows/minimal-ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,14 @@ jobs:
149149
os: ubuntu-20.04
150150
artifact-name: linux-nightly
151151
godot-binary: godot.linuxbsd.editor.dev.x86_64
152-
rust-extra-args: --features codegen-full-experimental
152+
rust-extra-args: --features godot/codegen-full
153153
with-hot-reload: true
154154

155-
- name: linux-features
155+
- name: linux-features-experimental
156156
os: ubuntu-20.04
157157
artifact-name: linux-nightly
158158
godot-binary: godot.linuxbsd.editor.dev.x86_64
159-
rust-extra-args: --features godot/custom-godot,godot/experimental-threads,godot/serde
159+
rust-extra-args: --features godot/custom-godot,godot/experimental-threads,godot/serde,codegen-full-experimental
160160

161161
# Linux compat
162162

0 commit comments

Comments
 (0)