File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ if [[ ! -z "$CODE_SIGN_NAME" ]]; then
143143 codesign -s " ${CODE_SIGN_NAME} " -f -v --timestamp --options runtime ${BINARY_NAME}
144144
145145 # notarize the binary
146- # TODO: https://jira.cfdata.org/browse/ TUN-5789
146+ # TODO: TUN-5789
147147fi
148148
149149# creating build directory
@@ -169,7 +169,7 @@ if [[ ! -z "$PKG_SIGN_NAME" ]]; then
169169 ${PKGNAME}
170170
171171 # notarize the package
172- # TODO: https://jira.cfdata.org/browse/ TUN-5789
172+ # TODO: TUN-5789
173173else
174174 pkgbuild --identifier com.cloudflare.${PRODUCT} \
175175 --version ${VERSION} \
Original file line number Diff line number Diff line change 1+ cd /tmp/
2+ git clone -q https://github.com/cloudflare/go
3+ cd go/src
4+ # https://github.com/cloudflare/go/tree/34129e47042e214121b6bbff0ded4712debed18e is version go1.21.5-devel-cf
5+ git checkout -q 34129e47042e214121b6bbff0ded4712debed18e
6+ ./make.bash
7+
8+ export PATH=" /tmp/go/bin:$PATH "
9+ go version
10+ which go
11+ go env
You can’t perform that action at this time.
0 commit comments