mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
* fixup * Upgrade Zig * Remove bad assertion * strings * bump * mode -> optimize * optimize * Linux build * Update bindgen.zig
9 lines
363 B
Bash
9 lines
363 B
Bash
#!/bin/bash
|
|
|
|
curl -L https://github.com/zigtools/zls-vscode/releases/download/1.1.6/zls-vscode-1.1.6.vsix >/home/ubuntu/vscode-zig.vsix
|
|
git clone https://github.com/zigtools/zls /home/ubuntu/zls
|
|
cd /home/ubuntu/zls
|
|
git checkout aabdb0c6ecb3c9a47feff2c2bfb9be4e95adf723
|
|
git submodule update --init --recursive --progress --depth=1
|
|
zig build -Doptimize=ReleaseFast
|