Skip to content

Commit a29dc33

Browse files
committed
CI: linux-release now builds full codegen, to load all function tables
1 parent 265658d commit a29dc33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/full-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,9 @@ jobs:
338338
os: ubuntu-22.04
339339
artifact-name: linux-release-nightly
340340
godot-binary: godot.linuxbsd.template_release.x86_64
341-
rust-extra-args: --release
341+
# Use `codegen-full-experimental` to make sure that all function tables can be loaded in Godot release builds.
342+
# If the experimental part causes problems, downgrade to `codegen-full`.
343+
rust-extra-args: --release --features itest/codegen-full-experimental
342344
rust-cache-key: release
343345

344346
# Linux compat (4.1 disabled, already covered by memcheck)

0 commit comments

Comments
 (0)