Skip to content

Commit 1e0f2e0

Browse files
authored
Fix toolchain's sysroot for lldb-remote-linux-ubuntu builder. (#280)
Pass a worker specific property value as a toolchain's sysroot path for the toolchain build stage 1 of the builder.
1 parent 9fc1fad commit 1e0f2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3319,7 +3319,7 @@
33193319

33203320
"TOOLCHAIN_TARGET_TRIPLE" : "aarch64-unknown-linux-gnu",
33213321
"TOOLCHAIN_TARGET_COMPILER_FLAGS" : "-mcpu=cortex-a78",
3322-
"TOOLCHAIN_TARGET_SYSROOTFS" : "/mnt/fs/jetson-orin-ubuntu",
3322+
"TOOLCHAIN_TARGET_SYSROOTFS" : util.Interpolate("%(prop:sysroot_path_aarch64)s"),
33233323
"LIBCXX_ABI_VERSION" : "1",
33243324
"LLVM_INSTALL_TOOLCHAIN_ONLY" : "OFF",
33253325

0 commit comments

Comments
 (0)