Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-intel committed Aug 2, 2024
1 parent ce70a91 commit 460a5ff
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/dev_linux_cpu_riscv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,14 @@ jobs:
# sudo apt-get update
sudo apt-get install texinfo
sudo apt-get install dos2unix
sudo apt-get install wget
sudo apt-get install bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev
sudo sed -i s+http://de.archive.ubuntu.com/ubuntu/+http://archive.ubuntu.com/ubuntu/+g /etc/apt/sources.list
find . -type f -print0 | xargs -0 dos2unix -f
./configure --prefix=/opt/riscv
make linux build-qemu
# wget https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource//1663142514282/Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.6.1-20220906.tar.gz
# tar xf Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.6.1-20220906.tar.gz
# sudo sed -i s+http://de.archive.ubuntu.com/ubuntu/+http://archive.ubuntu.com/ubuntu/+g /etc/apt/sources.list
# find . -type f -print0 | xargs -0 dos2unix -f
# ./configure --prefix=/opt/riscv
# make linux build-qemu
wget https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource//1663142514282/Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.6.1-20220906.tar.gz
tar xf Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.6.1-20220906.tar.gz
popd
# #
Expand Down

0 comments on commit 460a5ff

Please sign in to comment.