diff --git a/.github/workflows/ci-riscv64.yml b/.github/workflows/ci-riscv64.yml index e3313f2b7db..bd1cc3dd30a 100644 --- a/.github/workflows/ci-riscv64.yml +++ b/.github/workflows/ci-riscv64.yml @@ -71,7 +71,7 @@ jobs: # Unfortunately there are no libunwind or compression cross-compile # packages so we unpack the native versions and copy their files. # Unfortunately, only kinetic (ubuntu 22.10) has libunwind-riscv64 packages. - # I prefer debian-ports here, it is more close to upstream. + # I prefer debian-ports here, it is closer to upstream. - name: Create Build Environment run: | sudo apt-get update diff --git a/api/docs/building.dox b/api/docs/building.dox index 846b62d947f..4667bff4f37 100644 --- a/api/docs/building.dox +++ b/api/docs/building.dox @@ -255,7 +255,7 @@ Prepare cross-compiling environment for RISCV64: $ sudo apt-get -y install doxygen vera++ cmake crossbuild-essential-riscv64 git ``` -Some packages may need to be manually installed for cross-compiling environment. You can also refer to our [CI workflow file](https://github.com/DynamoRIO/dynamorio/blob/master/.github/workflows/ci-riscv64.yml) for creating RISCV64 build environment. +Some packages may need to be manually installed for cross-compiling environment. You can also refer to our [CI workflow file](https://github.com/DynamoRIO/dynamorio/blob/master/.github/workflows/ci-riscv64.yml) for creating a RISCV64 build environment. ``` $ sudo add-apt-repository 'deb [trusted=yes arch=riscv64] http://deb.debian.org/debian sid main'