Commit a0fa805
committed
CI: Speed up test-driver-rust build
On my machine more than a minute is spent on running build.rs for test-driver-rust generating slint code for all the .slint files, as the build-time feature is enabled.
This patch builds the build script with optimizations, to reduce the time spent on generating code. On my machine that cuts it down to ~30 seconds.1 parent 156930f commit a0fa805
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
0 commit comments