зеркало из https://github.com/microsoft/BuildXL.git
Merged PR 689696: Update BuildXL package to include copyfilerange patch for Linux sandbox
On newer kernel, copyfilerange no longer works cross-device. This is a known regression in the kernel. The current BuildXL package has the Linux sandbox that doesn't contain this copyfilerange patch. AnyBuild requires this patch as it now has an updated Linux image for its agents. As a workaround, AnyBuild currently relies on two packages from BuildXL, i.e., buildxl package itself and runtime.ubuntu-linux-x64.buildxl. The latter is produced in an adhoc way. With this PR, we can now rely solely on buildxl package.
This commit is contained in:
Родитель
ee4ac99b38
Коммит
1ec5df3471
|
@ -4551,7 +4551,7 @@
|
|||
"Type": "NuGet",
|
||||
"NuGet": {
|
||||
"Name": "runtime.ubuntu-linux-x64.buildxl",
|
||||
"Version": "0.1.0-20221020.0.2"
|
||||
"Version": "0.1.0-20221117.10.1"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -420,7 +420,7 @@ config({
|
|||
// Runtime dependencies for Linux
|
||||
{
|
||||
id: "runtime.ubuntu-linux-x64.buildxl",
|
||||
version: "0.1.0-20221020.0.2",
|
||||
version: "0.1.0-20221117.10.1",
|
||||
osSkip: importFile(f`config.microsoftInternal.dsc`).isMicrosoftInternal
|
||||
? []
|
||||
: [ "win", "macOS", "unix" ]
|
||||
|
|
Загрузка…
Ссылка в новой задаче