Skip to content

Commit

Permalink
Merge pull request #406 from riscv-boom/ci-fix-1
Browse files Browse the repository at this point in the history
[ci] Use correct branch of Chipyard
  • Loading branch information
jerryz123 committed Oct 18, 2019
2 parents 3cf1036 + 2dc36d7 commit 93898ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/build-riscv-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ ! -d "$LOCAL_RISCV_DIR" ]; then

echo "Checking out Chipyard version: $(cat $LOCAL_CHECKOUT_DIR/CHIPYARD.hash)"
git fetch
git checkout $(cat $LOCAL_CHIPYARD_DIR/CHIPYARD.hash)
git checkout $(cat $LOCAL_CHECKOUT_DIR/CHIPYARD.hash)

git submodule update --init --recursive toolchains/riscv-tools
cd toolchains/riscv-tools
Expand Down

0 comments on commit 93898ff

Please sign in to comment.