mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Fetching submodule via ssh leads to auth error if SSH key is not provided in GitHub settings; all submodules left uninitialized as a result
16 lines
505 B
Plaintext
16 lines
505 B
Plaintext
# [submodule "src/deps/zig-clap"]
|
|
# path = src/deps/zig-clap
|
|
# url = https://github.com/Hejsil/zig-clap
|
|
[submodule "src/deps/picohttpparser"]
|
|
path = src/deps/picohttpparser
|
|
url = https://github.com/h2o/picohttpparser.git
|
|
ignore = dirty
|
|
[submodule "src/javascript/jsc/WebKit"]
|
|
path = src/javascript/jsc/WebKit
|
|
url = https://github.com/Jarred-Sumner/WebKit.git
|
|
ignore = dirty
|
|
[submodule "src/deps/mimalloc"]
|
|
path = src/deps/mimalloc
|
|
url = https://github.com/microsoft/mimalloc.git
|
|
ignore = dirty
|