feat: keep the same compilation flags so that build can be reused - #2390
Conversation
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: 22aba89 | Docs | View more details | Give us feedback! |
Artifact Size Benchmark Reportaarch64-alpine-linux-musl
aarch64-unknown-linux-gnu
libdatadog-x64-windows
libdatadog-x86-windows
x86_64-alpine-linux-musl
x86_64-unknown-linux-gnu
|
BenchmarksComparisonBenchmark execution time: 2026-08-21 10:22:19 Comparing candidate commit 22aba89 in PR branch Found 0 performance improvements and 2 performance regressions! Performance is the same for 150 metrics, 0 unstable metrics.
|
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|
Set RUSTFLAGS: "${{ matrix.flags }}" on the (Windows) Run FFI examples step in libdatadog's .github/workflows/test-ffi.yml, matching the flag set on the preceding Generate profiling FFI step. Without it, the differing RUSTFLAGS invalidates Cargo's fingerprint and forces a full fat-LTO rebuild, it was also silently testing a non-crt-static build.