File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ LLVM_PREFIX ?= $(abspath $(abs_top_srcdir)/llvm/usr)
6
6
# LLVM_BRANCH := $(shell git -C "$(abs_top_srcdir)/external/llvm-project/llvm" rev-parse --abbrev-ref HEAD)
7
7
LLVM_VERSION := $(shell git -C "$(abs_top_srcdir ) /external/llvm-project/llvm" rev-parse HEAD)
8
8
9
- # FIXME: URL should be http ://xamjenkinsartifact.blob.core.windows.net/build-package-osx-llvm-$(LLVM_BRANCH)/llvm-osx64-$(LLVM_VERSION).tar.gz
10
- LLVM_DOWNLOAD_LOCATION = "http ://xamjenkinsartifact.blob.core.windows.net/build-package-osx-llvm-release60/llvm-osx64-$(LLVM_VERSION ) .tar.gz"
9
+ # FIXME: URL should be https ://xamjenkinsartifact.blob.core.windows.net/build-package-osx-llvm-$(LLVM_BRANCH)/llvm-osx64-$(LLVM_VERSION).tar.gz
10
+ LLVM_DOWNLOAD_LOCATION = "https ://xamjenkinsartifact.blob.core.windows.net/build-package-osx-llvm-release60/llvm-osx64-$(LLVM_VERSION ) .tar.gz"
11
11
12
12
CPU_COUNT ?= $(shell getconf _NPROCESSORS_ONLN || echo 8)
13
13
Original file line number Diff line number Diff line change 7
7
define LLVMProvisionTemplate
8
8
_$(1 ) -$(2 ) _HASH = $$(shell git -C $(3 ) rev-parse HEAD)
9
9
_$(1 ) -$(2 ) _PACKAGE = $(1 ) -$(2 ) -$$(_$(1 ) -$(2 ) _HASH ) -$$(UNAME ) .tar.gz
10
- _$(1 ) -$(2 ) _URL = "http ://xamjenkinsartifact.blob.core.windows.net/mono-sdks/$$(_$(1 ) -$(2 ) _PACKAGE ) "
10
+ _$(1 ) -$(2 ) _URL = "https ://xamjenkinsartifact.blob.core.windows.net/mono-sdks/$$(_$(1 ) -$(2 ) _PACKAGE ) "
11
11
12
12
$$(TOP ) /sdks/out/$(1 ) -$(2 ) /.stamp-download:
13
13
curl --location --silent --show-error $$(_$(1 ) -$(2 ) _URL ) | tar -xvzf - -C $$(dir $$@ )
You can’t perform that action at this time.
0 commit comments