Skip to content

Commit 90a27d0

Browse files
committed
resource: TEMP build clones from nkrim/gem5 for testing purposes
1 parent 1dd76bf commit 90a27d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/x86-ubuntu/scripts/post-installation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ rm /etc/update-motd.d/*
4141
echo "Building and installing gem5-bridge (m5) and libm5"
4242

4343
# Just get the files we need
44-
git clone https://github.com/gem5/gem5.git --depth=1 --filter=blob:none --no-checkout --sparse --single-branch --branch=stable
44+
git clone https://github.com/nkrim/gem5.git --depth=1 --filter=blob:none --no-checkout --sparse --single-branch --branch=gem5-bridge
4545
pushd gem5
4646
# Checkout just the files we need
4747
git sparse-checkout add util/m5

0 commit comments

Comments
 (0)