Implement MeshFoundry pipeline (#77)
Some checks failed
Native code generation / deterministic (push) Failing after 1m58s
Imaging and meshing gate / native (push) Failing after 4m10s
JPEG 2000 feature / linux (push) Successful in 3m0s
Native Rust workspace compile / compile (push) Failing after 6m12s
Skia feature / linux (push) Has been cancelled
Some checks failed
Native code generation / deterministic (push) Failing after 1m58s
Imaging and meshing gate / native (push) Failing after 4m10s
JPEG 2000 feature / linux (push) Successful in 3m0s
Native Rust workspace compile / compile (push) Failing after 6m12s
Skia feature / linux (push) Has been cancelled
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -33,3 +33,13 @@ unsafe_code = "forbid"
|
||||
[workspace.lints.clippy]
|
||||
all = { level = "warn", priority = -1 }
|
||||
pedantic = { level = "warn", priority = -1 }
|
||||
|
||||
# The generated core API is intentionally very large; full release LTO-style
|
||||
# optimization can exceed small Gitea worker memory before diagnostic fixture
|
||||
# benchmarks run. This stable profile retains optimization without debug or
|
||||
# incremental artifacts and is used only when explicitly selected.
|
||||
[profile.benchmark]
|
||||
inherits = "dev"
|
||||
opt-level = 1
|
||||
debug = 0
|
||||
incremental = false
|
||||
|
||||
Reference in New Issue
Block a user