aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/scripts/zig-env.sh
diff options
context:
space:
mode:
authorGravatar hiroki osame <hiroki.osame@gmail.com> 2023-04-11 04:52:54 -0400
committerGravatar GitHub <noreply@github.com> 2023-04-11 01:52:54 -0700
commit14c6023e1551b76c12464a6213456f844fc2024e (patch)
treea405fba10e6781897d3971dabb5a0e35c4ac3d7e /.devcontainer/scripts/zig-env.sh
parentf91dc8c0d308f2b21a725aeccc58c3cfb78c1339 (diff)
downloadbun-14c6023e1551b76c12464a6213456f844fc2024e.tar.gz
bun-14c6023e1551b76c12464a6213456f844fc2024e.tar.zst
bun-14c6023e1551b76c12464a6213456f844fc2024e.zip
docs: remove dev container section (#2610)
Diffstat (limited to '.devcontainer/scripts/zig-env.sh')
-rw-r--r--.devcontainer/scripts/zig-env.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/.devcontainer/scripts/zig-env.sh b/.devcontainer/scripts/zig-env.sh
deleted file mode 100644
index b4708e506..000000000
--- a/.devcontainer/scripts/zig-env.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-git clone https://github.com/zigtools/zls /home/ubuntu/zls
-cd /home/ubuntu/zls
-git checkout 30869d7d8741656448e46fbf14f14da9ca7e5a21
-git submodule update --init --recursive --progress --depth=1
-zig build -Doptimize=ReleaseFast