File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/coreclr/nativeaot/BuildIntegration Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ The .NET Foundation licenses this file to you under the MIT license.
5454 </PropertyGroup >
5555
5656 <!-- alpine's gcc toolchain needs alpine-linux, see https://github.com/llvm/llvm-project/issues/89146 -->
57- <Exec Command =" grep -q ID=alpine " $(SysRoot)/etc/os-release" " IgnoreExitCode =" true" StandardOutputImportance =" Low" Condition =" '$(CrossCompileArch)' != '' and '$(SysRoot)' != ''" >
57+ <Exec Command =" test -f " $(SysRoot)/etc/os-release " && grep -q ID=alpine " $(SysRoot)/etc/os-release" " IgnoreExitCode =" true" StandardOutputImportance =" Low" Condition =" '$(CrossCompileArch)' != '' and '$(SysRoot)' != ''" >
5858 <Output TaskParameter =" ExitCode" PropertyName =" _IsAlpineExitCode" />
5959 </Exec >
6060
You can’t perform that action at this time.
0 commit comments