mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
* fix: update zls version for new zig * fix: rm outdated vscode extension --------- Co-authored-by: Zhiyuan Guo <zhiyuan.guo@shopee.com>
8 lines
240 B
Bash
8 lines
240 B
Bash
#!/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
|