This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch add-ocaml-and-php in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit d2d2924bfbad0ffdeef65e9b766544401fefedbd Author: Xuanwo <[email protected]> AuthorDate: Wed Aug 9 12:38:40 2023 +0800 pilish Signed-off-by: Xuanwo <[email protected]> --- .devcontainer/post_create.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/post_create.sh b/.devcontainer/post_create.sh index 4cc146b79..541d2d7b1 100644 --- a/.devcontainer/post_create.sh +++ b/.devcontainer/post_create.sh @@ -48,10 +48,10 @@ sudo ln -s /usr/lib/libgtest_main.a /usr/local/lib/libgtest_main.a # Setup for Zig binding sudo apt install -y wget -wget -q https://github.com/marler8997/zigup/releases/download/v2022_08_25/zigup.ubuntu-latest-x86_64.zip +wget -q https://github.com/marler8997/zigup/releases/download/v2023_07_27/zigup.ubuntu-latest-x86_64.zip unzip zigup.ubuntu-latest-x86_64.zip -d /usr/bin chmod +x /usr/bin/zigup -zigup master #TODO: replace to 0.11.0 (stable) +zigup 0.11.0 # Setup for Haskell binding sudo apt install -y ghc cabal-install
