chore(ci): force OXICLOUD_RUST_ASSETS=1

This commit is contained in:
Edouard Vanbelle
2026-06-19 17:54:04 +02:00
parent 7c1bdedc9d
commit ad2187c21b
3 changed files with 10 additions and 0 deletions
+6
View File
@@ -14,6 +14,12 @@ env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-Dwarnings"
DATABASE_URL: "postgres://postgres:postgres@localhost/oxicloud_test"
# Re-enable the legacy build.rs static-dist + OUT_DIR HTML pipeline.
# Required while login_v2_handler.rs still uses
# `include_str!(concat!(env!("OUT_DIR"), "/nextcloud-login.html"))`;
# without this, every cargo job fails to compile that file.
# Remove once the Nextcloud login page moves off include_str! (askama).
OXICLOUD_RUST_ASSETS: "1"
jobs: