Commit 24e18a9
authored
fix: use relative paths for includes and flags (#187)
This fix allows RBE to work and have shared cache between systems as no
absolute path cripples in, making all paths in flags deterministic.
A negative side-effect of this fix is that toolchains for all platforms
that are registered will first extract the toolchain files, even for
platforms that are not requested during build.
This negative impact is partially mitigated by PR #186 that
significantly reduces the toolchain archive sizes to about 25% of the
original size.1 parent 12edc9f commit 24e18a9
3 files changed
Lines changed: 310 additions & 401 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | 96 | | |
99 | 97 | | |
100 | 98 | | |
| |||
452 | 450 | | |
453 | 451 | | |
454 | 452 | | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | 453 | | |
486 | 454 | | |
487 | 455 | | |
| |||
541 | 509 | | |
542 | 510 | | |
543 | 511 | | |
544 | | - | |
545 | 512 | | |
546 | 513 | | |
547 | 514 | | |
| |||
576 | 543 | | |
577 | 544 | | |
578 | 545 | | |
579 | | - | |
580 | | - | |
581 | 546 | | |
582 | 547 | | |
583 | 548 | | |
| |||
0 commit comments