chore(ci): force OXICLOUD_RUST_ASSETS=1
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
@@ -22,6 +22,8 @@ on:
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
# See ci.yml — required while login_v2_handler.rs uses include_str! against OUT_DIR.
|
||||
OXICLOUD_RUST_ASSETS: "1"
|
||||
|
||||
jobs:
|
||||
load:
|
||||
|
||||
@@ -18,6 +18,8 @@ on:
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
# See ci.yml — required while login_v2_handler.rs uses include_str! against OUT_DIR.
|
||||
OXICLOUD_RUST_ASSETS: "1"
|
||||
|
||||
jobs:
|
||||
smoke:
|
||||
|
||||
Reference in New Issue
Block a user