Merged PR 671234: Disable lazy shared opaque deletion for Linux pipeline

Disable lazy shared opaque deletion for Linux pipeline since it sometimes causes DFAs on the retry run (due to known bugs, non-Linux specific)
This commit is contained in:
Serge Mera 2022-07-20 17:13:31 +00:00
Родитель 8fc40aae60
Коммит f0a9d3abe9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,7 @@ jobs:
variables:
skipComponentGovernanceDetection: true # done elsewhere (in the main rolling pipeline)
BxlCommonArgs: --shared-comp /ado /cacheMiss:"[Bxl.Selfhost.Linux]" /logObservedFileAccesses /cacheConfigFilePath:Out/CacheConfig.json /logoutput:FullOutputOnError /logsToRetain:10 # /p:[Sdk.BuildXL]xunitSemaphoreCount=20
BxlCommonArgs: --shared-comp /ado /cacheMiss:"[Bxl.Selfhost.Linux]" /logObservedFileAccesses /cacheConfigFilePath:Out/CacheConfig.json /logoutput:FullOutputOnError /logsToRetain:10 /exp:lazysodeletion- # /p:[Sdk.BuildXL]xunitSemaphoreCount=20
steps:
- checkout: self