diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 326de31..8315776 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -5,7 +5,7 @@ jobs: - job: linux pool: - vmImage: ubuntu-16.04 + vmImage: ubuntu-latest strategy: matrix: linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0: diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 948c07c..fddb870 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "11.1.0" %} +{% set version = "12.0.1" %} {% set major_ver = version.split(".")[0] %} package: @@ -8,11 +8,11 @@ package: # Not strictly needed but enables automatic updates from the bot source: url: https://github.com/llvm/llvm-project/releases/download/llvmorg-{{ version.replace(".rc", "-rc") }}/llvm-project-{{ version.replace(".rc", "rc") }}.src.tar.xz - sha256: 74d2529159fd118c3eac6f90107b5611bccc6f647fdea104024183e8d5e25831 + sha256: 129cb25cd13677aad951ce5c2deb0fe4afc1e9d98950f53b51bdcfb5a73afa0e build: skip: true # [win] - number: 2 + number: 0 requirements: build: