Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul Wadood <abdulwadood.afzal88@gmail.com>
  • Loading branch information
Abdulwadoodd committed Feb 14, 2024
1 parent 80096da commit d25d8f6
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/arch-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,17 @@ jobs:
pip3 install git+https://github.com/riscv/riscof.git
wget -c https://github.com/riscv-collab/riscv-gnu-toolchain/releases/download/2024.02.02/riscv64-elf-ubuntu-22.04-gcc-nightly-2024.02.02-nightly.tar.gz
tar -xzf riscv64-elf-ubuntu-22.04-gcc-nightly-2024.02.02-nightly.tar.gz
# echo $GITHUB_WORKSPACE/riscv/bin >> $GITHUB_PATH
echo "##[add-path]riscv$GITHUB_WORKSPACE/riscv/bin"
echo "Current PATH: $PATH"
riscv64-unknown-elf-objdump -v
echo $GITHUB_WORKSPACE/riscv/bin >> $GITHUB_PATH
- name: Build spike
run: |
ci-tests/build-spike
echo "what is in root"
ls
echo "what is in install"
ls install/
echo "what is in bin"
ls install/bin
echo "{path}" >> $GITHUB_PATH
ls $GITHUB_WORKSPACE/install/bin
echo $GITHUB_WORKSPACE/install/bin >> $GITHUB_PATH
echo "check path after spike"
echo "{path}" >> $GITHUB_PATH
spike -h
- name: Build Sail
run: |
spike -h
ci-tests/build-sail
echo c_emulator >>$GITHUB_PATH
riscv_sim_RV64
Expand Down

0 comments on commit d25d8f6

Please # to comment.