Skip to content

Commit e12d927

Browse files
committed
Use --relocate-xdg-cache-home-under-build-subdir for Linux PR presets
1 parent c3eed05 commit e12d927

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

utils/build-presets.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,13 @@ install-destdir=%(install_destdir)s
806806
# Path to the .tar.gz package we would create.
807807
installable-package=%(installable_package)s
808808

809+
# This ensures the default module cache
810+
# location is local to this run, allowing
811+
# to schedule multiple builds safely
812+
# in Linux CI bots
813+
relocate-xdg-cache-home-under-build-subdir
814+
815+
809816
[preset: buildbot_linux]
810817
mixin-preset=mixin_linux_installation
811818
build-subdir=buildbot_linux

0 commit comments

Comments
 (0)