Skip to content

Commit cc0d211

Browse files
committed
use repo latest commits
1 parent 4c76347 commit cc0d211

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/get-mx-repo.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ main () {
2121
rm -rf mx
2222

2323
# mx is needed for building graal repo
24-
git clone --depth=1 --branch 7.68.11 https://github.com/graalvm/mx
24+
git clone --depth=1 https://github.com/graalvm/mx
2525
cd mx
2626
git config user.name gautham
2727
git config user.email gautham@elide.dev

scripts/patch-cosmo-repo.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ main () {
2222

2323
if [ ! -d "cosmopolitan" ]; then
2424
rm -rf cosmopolitan
25-
git clone --depth=1 --branch=header-stubs https://github.com/ahgamut/cosmopolitan
25+
git clone --depth=1 https://github.com/jart/cosmopolitan
2626
fi
2727
cd cosmopolitan
2828
ls /proc/sys/fs/binfmt_misc/

0 commit comments

Comments
 (0)