restate: move RUSTFLAGS env variables into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-07 21:40:41 +01:00
parent 232fe4c7e9
commit 9d699d0fa7
+7 -6
View File
@@ -100,13 +100,14 @@ rustPlatform.buildRustPackage (finalAttrs: {
checkFlags = [
# Error: deadline has elapsed
"--skip replicated_loglet"
"--skip"
"replicated_loglet"
# TIMEOUT [ 180.006s]
"--skip fast_forward_over_trim_gap"
# TIMEOUT (could be related to https://github.com/restatedev/restate/issues/3043)
"--skip restatectl_smoke_test"
"--skip"
"fast_forward_over_trim_gap"
# TIMEOUT (could be related to https://github.com/resytatedev/restate/issues/3043)
"--skip"
"restatectl_smoke_test"
];
__darwinAllowLocalNetworking = true;