From 58db5d5e71f622163c94c5359302e0a65cb447b2 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Tue, 15 Jun 2021 12:18:51 +0200 Subject: [PATCH] COIN: Remove unused LLVM environment variable We are passing it explicitly to the build script and don't use the provisioned version anyhow. Change-Id: Id136e06023621389763eeeda021fa64551a148a3 Reviewed-by: Antti Kokko --- coin/instructions/common_environment.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/coin/instructions/common_environment.yaml b/coin/instructions/common_environment.yaml index df8c69b3879..8af74377cb5 100644 --- a/coin/instructions/common_environment.yaml +++ b/coin/instructions/common_environment.yaml @@ -15,23 +15,6 @@ instructions: variableName: LLVM_BASE_URL variableValue: http://master.qt.io/development_releases/prebuilt/libclang/libclang-release_110-based - - type: Group - enable_if: - condition: property - property: target.compiler - in_values: [MSVC2019] - instructions: - - type: EnvironmentVariable - variableName: MAKEFLAGS - variableValue: "" - - type: EnvironmentVariable - variableName: LLVM_INSTALL_DIR - variableValue: "{{.Env.LLVM_DYNAMIC_LIBS_100}}" - enable_if: - condition: property - property: target.arch - equals_value: X86 - - type: PrependToEnvironmentVariable variableName: PATH variableValue: "{{.InstallDir}}\\bin;"