17417: preseed the go module cache in our package build images. This
[arvados.git] / build / libcloud-pin.sh
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 LIBCLOUD_PIN=2.3.1.dev2
6
7 using_fork=true
8 if [[ $using_fork = true ]]; then
9     LIBCLOUD_PIN_SRC="https://github.com/arvados/libcloud/archive/apache-libcloud-$LIBCLOUD_PIN.zip"
10 else
11     LIBCLOUD_PIN_SRC=""
12 fi