Commit b9ac8bc
committed
fix(github-actions): use stable TMPDIR for rules_sass compiler compilation
Forcing a stable temporary directory prevents the Dart compiler on macOS from embedding random absolute paths into the compiled binaries.
Previously, the random temp paths (e.g., /var/folders/.../random_hash/snapshot.aot)
caused the binaries to differ on every build run even when the source code was identical. Using a workspace-relative TMPDIR ensures deterministic binary output.1 parent f719348 commit b9ac8bc
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
33 | 40 | | |
34 | 41 | | |
35 | 42 | | |
| |||
0 commit comments