summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-06-15 12:18:51 +0200
committerEike Ziller <eike.ziller@qt.io>2021-06-15 12:17:32 +0000
commit58db5d5e71f622163c94c5359302e0a65cb447b2 (patch)
treefdaa6c579d540c44f2916ad5edce346adbcb2861
parent1ef0eba378baac7d936e7ba92f6f63c59c264945 (diff)
downloadqt-creator-58db5d5e71f622163c94c5359302e0a65cb447b2.tar.gz
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 <antti.kokko@qt.io>
-rw-r--r--coin/instructions/common_environment.yaml17
1 files changed, 0 insertions, 17 deletions
diff --git a/coin/instructions/common_environment.yaml b/coin/instructions/common_environment.yaml
index df8c69b387..8af74377cb 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;"