Merge branch '18323-cwl-gpu2' refs #18323
[arvados.git] / build / libcloud-pin.sh
index 1ddb776df6bbc3e89be7838cd4040496434c9db8..9cc2924e1bc47a71ccbb70f25c12fbd13473a5e1 100644 (file)
@@ -2,4 +2,11 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-LIBCLOUD_PIN=0.20.2.dev4
\ No newline at end of file
+LIBCLOUD_PIN=2.3.1.dev2
+
+using_fork=true
+if [[ $using_fork = true ]]; then
+    LIBCLOUD_PIN_SRC="https://github.com/arvados/libcloud/archive/apache-libcloud-$LIBCLOUD_PIN.zip"
+else
+    LIBCLOUD_PIN_SRC=""
+fi