Skip to content

Commit

Permalink
bump toolchain version | fix git submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez committed May 20, 2020
1 parent 0d087b6 commit d206094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2.1
parameters:
tools-cache-version:
type: string
default: "v4"
default: "v5"

# default execution env.s
executors:
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-toolchains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ SRCDIR="$(pwd)/toolchains" module_all libgloss --prefix="${RISCV}/riscv64-unknow
SRCDIR="$(pwd)/toolchains" module_all qemu --prefix="${RISCV}" --target-list=riscv64-softmmu

# make Dromajo
git submodule --init $CHIPYARD_DIR/tools/dromajo/dromajo-src
git submodule update --init $CHIPYARD_DIR/tools/dromajo/dromajo-src
make -C $CHIPYARD_DIR/tools/dromajo/dromajo-src/src

cd "$RDIR"
Expand Down

0 comments on commit d206094

Please sign in to comment.