From b9ee162d4446fc62ca0c45edd9c491bfdec5a774 Mon Sep 17 00:00:00 2001
From: "dotnet-maestro[bot]"
<42748379+dotnet-maestro[bot]@users.noreply.github.com>
Date: Mon, 2 Jan 2023 13:11:44 +0000
Subject: [PATCH 01/10] Update dependencies from
https://github.com/dotnet/arcade build 20221223.1 (dotnet/linker#3169)
[main] Update dependencies from dotnet/arcade
Commit migrated from https://github.com/dotnet/linker/commit/afdb20698de0c04eda00dbb778cabdb3c8754fa0
---
src/tools/illink/eng/Version.Details.xml | 8 +-
src/tools/illink/eng/Versions.props | 2 +-
.../illink/eng/common/native/init-compiler.sh | 81 +++++++++----------
.../eng/common/templates/job/onelocbuild.yml | 14 ++--
src/tools/illink/eng/common/tools.ps1 | 3 +-
src/tools/illink/eng/common/tools.sh | 4 +-
src/tools/illink/global.json | 2 +-
7 files changed, 56 insertions(+), 58 deletions(-)
diff --git a/src/tools/illink/eng/Version.Details.xml b/src/tools/illink/eng/Version.Details.xml
index 1e70757bce6c3a..58f017af2010e0 100644
--- a/src/tools/illink/eng/Version.Details.xml
+++ b/src/tools/illink/eng/Version.Details.xml
@@ -3,14 +3,14 @@
-
+
https://github.com/dotnet/arcade
- 57ba56de330e50f9012493b8ba24818e24ec7817
+ 27f876d352ee2a1105c0bf1869cad048141acb3a
-
+
https://github.com/dotnet/arcade
- 57ba56de330e50f9012493b8ba24818e24ec7817
+ 27f876d352ee2a1105c0bf1869cad048141acb3a
https://github.com/dotnet/runtime
diff --git a/src/tools/illink/eng/Versions.props b/src/tools/illink/eng/Versions.props
index 7016b7c8f7cf9c..eb5355ce2a812a 100644
--- a/src/tools/illink/eng/Versions.props
+++ b/src/tools/illink/eng/Versions.props
@@ -18,7 +18,7 @@
5.0.0
17.0.0-preview-21267-01
17.0.0-preview-21267-01
- 8.0.0-beta.22616.1
+ 8.0.0-beta.22623.1
6.0.0-beta.21271.1
3.10.0-2.final
4.5.0-1.22517.9
diff --git a/src/tools/illink/eng/common/native/init-compiler.sh b/src/tools/illink/eng/common/native/init-compiler.sh
index 292ebb6535868d..c670cb79689218 100644
--- a/src/tools/illink/eng/common/native/init-compiler.sh
+++ b/src/tools/illink/eng/common/native/init-compiler.sh
@@ -1,30 +1,25 @@
-#!/usr/bin/env bash
+#!/bin/sh
#
# This file detects the C/C++ compiler and exports it to the CC/CXX environment variables
#
# NOTE: some scripts source this file and rely on stdout being empty, make sure to not output anything here!
-if [[ "$#" -lt 3 ]]; then
+if [ -z "$build_arch" ] || [ -z "$compiler" ]; then
echo "Usage..."
- echo "init-compiler.sh