Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: job running experimental API should use custom-godot #672

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

Bromeon
Copy link
Member

@Bromeon Bromeon commented Apr 22, 2024

Avoids the situation where an experimental API is removed/changed and makes stable CI fail. It could still cause CI failure, but should resolve after 1 day when a new Godot nightly version is depended upon.

Fixes #669.

Avoids the situation where an experimental API is removed/changed and makes stable CI fail.
It could still cause CI failure, but should resolve after 1 day when a new Godot nightly
version is depended upon.
@Bromeon Bromeon added bug c: tooling CI, automation, tools labels Apr 22, 2024
@Bromeon Bromeon enabled auto-merge April 22, 2024 19:49
@Bromeon Bromeon added this pull request to the merge queue Apr 22, 2024
@GodotRust
Copy link

API docs are being generated and will be shortly available at: https://godot-rust.github.io/docs/gdext/pr-672

Merged via the queue into master with commit fbc1426 Apr 22, 2024
16 checks passed
@Bromeon Bromeon deleted the bugfix/experimental-ci branch April 22, 2024 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug c: tooling CI, automation, tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Removal of experimental APIs in Godot can cause CI failure
2 participants