Skip to content

Commit

Permalink
i#3544 RV64: Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
chenhy0106 committed May 17, 2024
1 parent c5c4ad7 commit 457056b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion api/docs/building.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 457056b

Please sign in to comment.