Skip to content

Commit 2054de1

Browse files
committed
fix install dir
1 parent bd9a414 commit 2054de1

File tree

3 files changed

+4
-72
lines changed

3 files changed

+4
-72
lines changed

.github/workflows/build-cva6-gcc.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
2222
- name: Fetch and Build Toolchain
2323
run: |
24-
cd cva6/util/toolchain-builder
24+
cd cva6
25+
export INSTALL_DIR=$(pwd)/custom_toolchain_build
26+
cd util/toolchain-builder
27+
echo "INSTALL_DIR: $INSTALL_DIR"
2528
bash get-toolchain.sh
2629
bash build-toolchain.sh $INSTALL_DIR
2730

.github/workflows/build-docker.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

Dockerfile

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)