Skip to content

Commit

Permalink
CI: Bump LDC-LLVM to v12.0.1 (#3789)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke authored Jul 14, 2021
1 parent c6bce7e commit f313d26
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
environment:
- PARALLELISM: 4
- CI_OS: osx
- LLVM_VERSION: 12.0.0
- LLVM_VERSION: 12.0.1
- HOST_LDC_VERSION: 1.24.0
- EXTRA_CMAKE_FLAGS: "-DBUILD_LTO_LIBS=ON"
macOS-x64-sharedLibsOnly:
Expand All @@ -138,7 +138,7 @@ jobs:
environment:
- PARALLELISM: 4
- CI_OS: osx
- LLVM_VERSION: 12.0.0
- LLVM_VERSION: 12.0.1
- HOST_LDC_VERSION: 1.24.0
- EXTRA_CMAKE_FLAGS: "-DBUILD_SHARED_LIBS=ON -DBUILD_LTO_LIBS=ON"

Expand Down
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ task:
timeout_in: 60m
environment:
CI_OS: osx
LLVM_VERSION: 12.0.0
LLVM_VERSION: 12.0.1
# OS is preset to `darwin`
OS: osx
PATH: ${CIRRUS_WORKING_DIR}/../cmake/bin:${CIRRUS_WORKING_DIR}/../ninja:${CIRRUS_WORKING_DIR}/../llvm/bin:${PATH}
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax: https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema

variables:
LLVM_VERSION: 12.0.0
LLVM_VERSION: 12.0.1
CLANG_VERSION: 11.1.0
HOST_LDC_VERSION: 1.24.0

Expand Down
2 changes: 1 addition & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ app:
- BITRISE_PROJECT_PATH: ldc-build-runtime.tmp/TestRunner/TestRunner.xcodeproj
- BITRISE_SCHEME: TestRunner
- BITRISE_EXPORT_METHOD: development
- LLVM_VERSION: 12.0.0
- LLVM_VERSION: 12.0.1
- HOST_LDC_VERSION: 1.24.0
- IOS_VERSION: 12.0

Expand Down

0 comments on commit f313d26

Please sign in to comment.