ci: unexport local variable (and fix formatting)
Signed-off-by: Eric Engestrom <eric@igalia.com> Reviewed-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18838>
This commit is contained in:

committed by
Marge Bot

parent
647773a094
commit
bcc5cb4a1b
@@ -1,8 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
export MOLD_VERSION="1.4.1"
|
MOLD_VERSION="1.4.1"
|
||||||
|
|
||||||
git clone -b v"$MOLD_VERSION" --single-branch --depth 1 https://github.com/rui314/mold.git
|
git clone -b v"$MOLD_VERSION" --single-branch --depth 1 https://github.com/rui314/mold.git
|
||||||
cd mold
|
cd mold
|
||||||
make
|
make
|
||||||
|
Reference in New Issue
Block a user