Skip to content

Commit

Permalink
Run both minimal and full CIs against full+experimental codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Feb 19, 2024
1 parent 35dede4 commit 0db2d36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,14 +265,17 @@ jobs:

# Don't use latest Ubuntu (22.04) as it breaks lots of ecosystem compatibility.
# If ever moving to ubuntu-latest, need to manually install libtinfo5 for LLVM.
- name: linux

# Uses full+experimental codegen, so that compatibility breakage towards nightly is detected.
# If the experimental part causes problems, consider using only godot/codegen-full.
- name: linux-full
os: ubuntu-20.04
artifact-name: linux-nightly
artifact-name: linux-full-nightly
godot-binary: godot.linuxbsd.editor.dev.x86_64
rust-extra-args: --features godot/custom-godot
rust-extra-args: --features codegen-full-experimental

# Combines now a lot of features, but should be OK. lazy-function-tables doesn't work with experimental-threads.
- name: linux-double-full-lazy
- name: linux-double-lazy
os: ubuntu-20.04
artifact-name: linux-double-nightly
godot-binary: godot.linuxbsd.editor.dev.double.x86_64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/minimal-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ jobs:

# Linux

- name: linux
- name: linux-full
os: ubuntu-20.04
artifact-name: linux-nightly
godot-binary: godot.linuxbsd.editor.dev.x86_64
rust-extra-args: --features godot/custom-godot
rust-extra-args: --features codegen-full-experimental

- name: linux-features
os: ubuntu-20.04
Expand Down

0 comments on commit 0db2d36

Please sign in to comment.