Skip to content

Commit

Permalink
fix install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendumoulin committed Aug 19, 2024
1 parent bd9a414 commit 2054de1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 72 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-cva6-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
- name: Fetch and Build Toolchain
run: |
cd cva6/util/toolchain-builder
cd cva6
export INSTALL_DIR=$(pwd)/custom_toolchain_build
cd util/toolchain-builder
echo "INSTALL_DIR: $INSTALL_DIR"
bash get-toolchain.sh
bash build-toolchain.sh $INSTALL_DIR
Expand Down
40 changes: 0 additions & 40 deletions .github/workflows/build-docker.yml

This file was deleted.

31 changes: 0 additions & 31 deletions Dockerfile

This file was deleted.

0 comments on commit 2054de1

Please sign in to comment.