|
3293 | 3293 | "-DCMAKE_CXX_FLAGS=-gmlt",
|
3294 | 3294 | "-DLLVM_CCACHE_BUILD=ON"])},
|
3295 | 3295 |
|
| 3296 | +] |
| 3297 | + |
| 3298 | +# LLDB remote-linux builder env variables. |
| 3299 | +# Currently identical for Linux and Windows build hosts. |
| 3300 | +lldb_remote_linux_env = { |
| 3301 | + 'CCACHE_DIR' : util.Interpolate("%(prop:builddir)s/ccache-db"), |
| 3302 | + # TMP/TEMP within the build dir (to utilize a ramdisk). |
| 3303 | + 'TMP' : util.Interpolate("%(prop:builddir)s/build"), |
| 3304 | + 'TEMP' : util.Interpolate("%(prop:builddir)s/build"), |
| 3305 | +} |
| 3306 | + |
| 3307 | +all += [ |
3296 | 3308 | # LLDB remote-linux builders.
|
3297 | 3309 |
|
3298 | 3310 | # LLDB remote-linux on Ubuntu Linux host.
|
|
3417 | 3429 | haltOnFailure = True,
|
3418 | 3430 | ),
|
3419 | 3431 | ],
|
3420 |
| - ), |
3421 |
| - env = { |
3422 |
| - 'CCACHE_DIR' : util.Interpolate("%(prop:builddir)s/ccache-db"), |
3423 |
| - # TMP/TEMP within the build dir (to utilize a ramdisk). |
3424 |
| - 'TMP' : util.Interpolate("%(prop:builddir)s/build"), |
3425 |
| - 'TEMP' : util.Interpolate("%(prop:builddir)s/build"), |
3426 |
| - }, |
| 3432 | + env = lldb_remote_linux_env.copy(), |
| 3433 | + ), # ]] post_build_steps |
| 3434 | + env = lldb_remote_linux_env.copy(), |
3427 | 3435 | )
|
3428 | 3436 | },
|
3429 | 3437 |
|
|
3548 | 3556 | haltOnFailure = True,
|
3549 | 3557 | ),
|
3550 | 3558 | ],
|
3551 |
| - ), |
3552 |
| - env = { |
3553 |
| - 'CCACHE_DIR' : util.Interpolate("%(prop:builddir)s/ccache-db"), |
3554 |
| - # TMP/TEMP within the build dir (to utilize a ramdisk). |
3555 |
| - 'TMP' : util.Interpolate("%(prop:builddir)s/build"), |
3556 |
| - 'TEMP' : util.Interpolate("%(prop:builddir)s/build"), |
3557 |
| - }, |
| 3559 | + env = lldb_remote_linux_env.copy(), |
| 3560 | + ), # ]] post_build_steps |
| 3561 | + env = lldb_remote_linux_env.copy(), |
3558 | 3562 | )
|
3559 | 3563 | },
|
3560 | 3564 | ]
|
0 commit comments