Skip to content

Commit

Permalink
resource: TEMP build clones from nkrim/gem5 for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrim committed Aug 19, 2024
1 parent 1dd76bf commit 90a27d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/x86-ubuntu/scripts/post-installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ rm /etc/update-motd.d/*
echo "Building and installing gem5-bridge (m5) and libm5"

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

0 comments on commit 90a27d0

Please sign in to comment.