Skip to content

Commit 56df291

Browse files
committed
U308-038 Comment BinTray binaries download for gitpod
1 parent 72e8b50 commit 56df291

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitpod.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ tasks:
55
- init: echo "hello"
66
command: |
77
mkdir -p $HOME/adalib
8-
curl -L https://bintray.com/reznikmm/libadalang/download_file\?file_path=libadalang-Linux-stable-static.tar.gz \
9-
| tar xzf - -C $HOME/adalib
8+
# No bintray binaries any more
9+
# curl -L https://bintray.com/reznikmm/libadalang/download_file\?file_path=libadalang-Linux-stable-static.tar.gz \
10+
# | tar xzf - -C $HOME/adalib
1011
git -C subprojects clone https://github.com/AdaCore/VSS.git
1112
git -C subprojects clone https://github.com/AdaCore/spawn.git
1213
git -C subprojects clone https://github.com/AdaCore/libadalang-tools.git

0 commit comments

Comments
 (0)