Skip to content

Commit

Permalink
Source conda
Browse files Browse the repository at this point in the history
  • Loading branch information
mczyz-antmicro committed Jan 25, 2024
1 parent eedc6a1 commit 6d5fe79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- /usr/share/dotnet:/usr/share/dotnet
- /usr/local/lib/android:/usr/local/lib/android
- /opt/ghc:/opt/ghc
- /opt/hostedtoolcache/CodeQL:/opt/hostedtoolcache/CodeQL
defaults:
run:
shell: bash
Expand All @@ -33,6 +34,7 @@ jobs:
rm -rf /usr/share/dotnet/*
rm -rf /usr/local/lib/android/*
rm -rf /opt/ghc/*
rm -rf /opt/hostedtoolcache/CodeQL
echo "After cleanup"
df -H
- name: install chipyard
Expand All @@ -43,10 +45,11 @@ jobs:
git checkout 1.11.0
./build-setup.sh riscv-tools -s 3 -s 4 -s 5 -s 6 -s 7 -s 8 -s 9 -s 10
popd
tar -czf chipyard.tar.gz chipyard/
- name: Coremark
run: |
pushd chipyard
. /root/conda/etc/profile.d/conda.sh
conda activate
source env.sh
git submodule update --init --recursive software/coremark
pushd software/coremark
Expand Down

0 comments on commit 6d5fe79

Please sign in to comment.