From a56bc3a4ab7fe464a76468f4b8b9715dfa766394 Mon Sep 17 00:00:00 2001 From: Mike Beaton Date: Sat, 21 Sep 2024 09:13:02 +0100 Subject: [PATCH] Temp remove NuGet dependency providers --- .../UncrustifyCheck/uncrustify_ext_dep.yaml | 16 -------------- ArmVirtPkg/PlatformCI/iasl_ext_dep.yaml | 21 ------------------- BaseTools/Bin/iasl_ext_dep.yaml | 21 ------------------- BaseTools/Bin/nasm_ext_dep.yaml | 18 ---------------- OvmfPkg/PlatformCI/iasl_ext_dep.yaml | 21 ------------------- 5 files changed, 97 deletions(-) delete mode 100644 .pytool/Plugin/UncrustifyCheck/uncrustify_ext_dep.yaml delete mode 100644 ArmVirtPkg/PlatformCI/iasl_ext_dep.yaml delete mode 100644 BaseTools/Bin/iasl_ext_dep.yaml delete mode 100644 BaseTools/Bin/nasm_ext_dep.yaml delete mode 100644 OvmfPkg/PlatformCI/iasl_ext_dep.yaml diff --git a/.pytool/Plugin/UncrustifyCheck/uncrustify_ext_dep.yaml b/.pytool/Plugin/UncrustifyCheck/uncrustify_ext_dep.yaml deleted file mode 100644 index 74f3ffe41acf0..0000000000000 --- a/.pytool/Plugin/UncrustifyCheck/uncrustify_ext_dep.yaml +++ /dev/null @@ -1,16 +0,0 @@ -## @file -# Downloads the Uncrustify application from a Project Mu NuGet package. -# -# Copyright (c) Microsoft Corporation. -# SPDX-License-Identifier: BSD-2-Clause-Patent -## -{ - "id": "uncrustify-ci-1", - "scope": "cibuild", - "type": "nuget", - "name": "mu-uncrustify-release", - "source": "https://pkgs.dev.azure.com/projectmu/Uncrustify/_packaging/mu_uncrustify/nuget/v3/index.json", - "version": "73.0.8", - "flags": ["set_shell_var", "host_specific"], - "var_name": "UNCRUSTIFY_CI_PATH" -} diff --git a/ArmVirtPkg/PlatformCI/iasl_ext_dep.yaml b/ArmVirtPkg/PlatformCI/iasl_ext_dep.yaml deleted file mode 100644 index 8869ed3ecef12..0000000000000 --- a/ArmVirtPkg/PlatformCI/iasl_ext_dep.yaml +++ /dev/null @@ -1,21 +0,0 @@ -## @file -# Download iasl executable tool from a nuget.org package -# - package contains different binaries based on host -# Add the folder with the tool to the path -# -# This is only downloaded for scope armvirt thus -# should have no impact on the asl compiler used by any -# other platform build -# -# Copyright (c) Microsoft Corporation. -# SPDX-License-Identifier: BSD-2-Clause-Patent -## -{ - "id": "iasl-armvirt-1", - "scope": "armvirt", - "type": "nuget", - "name": "iasl", - "source": "https://api.nuget.org/v3/index.json", - "version": "20190215.0.0", - "flags": ["set_path", "host_specific"], -} diff --git a/BaseTools/Bin/iasl_ext_dep.yaml b/BaseTools/Bin/iasl_ext_dep.yaml deleted file mode 100644 index ea2bc315d1845..0000000000000 --- a/BaseTools/Bin/iasl_ext_dep.yaml +++ /dev/null @@ -1,21 +0,0 @@ -## @file -# Download iasl executable tool from a nuget.org package -# - package contains different binaries based on host -# Add the folder with the tool to the path -# -# This is only downloaded for scope cibuild thus -# should have no impact on the asl compiler used by any -# given platform to build. -# -# Copyright (c) Microsoft Corporation. -# SPDX-License-Identifier: BSD-2-Clause-Patent -## -{ - "id": "iasl-ci-1", - "scope": "cibuild", - "type": "nuget", - "name": "edk2-acpica-iasl", - "source": "https://pkgs.dev.azure.com/projectmu/acpica/_packaging/mu_iasl/nuget/v3/index.json", - "version": "20200717.0.0", - "flags": ["set_path", "host_specific"] -} diff --git a/BaseTools/Bin/nasm_ext_dep.yaml b/BaseTools/Bin/nasm_ext_dep.yaml deleted file mode 100644 index 56703d4c18e71..0000000000000 --- a/BaseTools/Bin/nasm_ext_dep.yaml +++ /dev/null @@ -1,18 +0,0 @@ -## @file -# Download nasm x86 assembler executable tool from a nuget.org package -# - package contains different binaries based on host -# Put on the tool on the path -# -# -# Copyright (c) Microsoft Corporation. -# SPDX-License-Identifier: BSD-2-Clause-Patent -## -{ - "id": "nasm-1", - "scope": "edk2-build", - "type": "nuget", - "name": "mu_nasm", - "source": "https://api.nuget.org/v3/index.json", - "version": "2.15.5", - "flags": ["set_path", "host_specific"] -} diff --git a/OvmfPkg/PlatformCI/iasl_ext_dep.yaml b/OvmfPkg/PlatformCI/iasl_ext_dep.yaml deleted file mode 100644 index cbee0e5a5a92e..0000000000000 --- a/OvmfPkg/PlatformCI/iasl_ext_dep.yaml +++ /dev/null @@ -1,21 +0,0 @@ -## @file -# Download iasl executable tool from a nuget.org package -# - package contains different binaries based on host -# Add the folder with the tool to the path -# -# This is only downloaded for scope ovmf thus -# should have no impact on the asl compiler used by any -# other given platform to build. -# -# Copyright (c) Microsoft Corporation. -# SPDX-License-Identifier: BSD-2-Clause-Patent -## -{ - "id": "iasl-ovmf-1", - "scope": "ovmf", - "type": "nuget", - "name": "iasl", - "source": "https://api.nuget.org/v3/index.json", - "version": "20190215.0.0", - "flags": ["set_path", "host_specific"], -}