Sign in
fuchsia
/
third_party
/
mesa
/
217bfbcdb80f413e441e2b372966ffaa924caa52
/
.
/
.gitlab-ci
/
container
/
build-mold.sh
blob: 16159df554bc30dc03f10f8cbee45476f96e1124 [
file
]
#!/bin/bash
set
-
ex
MOLD_VERSION
=
"1.6.0"
git clone
-
b v
"$MOLD_VERSION"
--
single
-
branch
--
depth
1
https
://
github
.
com
/
rui314
/
mold
.
git
cd mold
make
make install
cd
..
rm
-
rf mold