File tree Expand file tree Collapse file tree 5 files changed +3
-43
lines changed
Expand file tree Collapse file tree 5 files changed +3
-43
lines changed Original file line number Diff line number Diff line change 5454 ./prepare-host.sh
5555 echo ::endgroup::
5656
57- echo ::group::Install crosstool-ng
58- ./install-crosstool-ng.sh
59- echo ::endgroup::
60-
6157 echo Preparing toolchain destination directory...
6258 sudo mkdir -p /tools/riscv
6359 sudo chmod 0777 /tools/riscv
Original file line number Diff line number Diff line change @@ -15,28 +15,22 @@ for pre-built toolchains.
1515How to do a release
1616-------------------
1717
18- 1 . Modify any of the following variables to configure the build:
19- - ` CROSSTOOL_NG_VERSION ` in ` install-crosstool-ng.sh `
20-
21- 2 . Modify any of the ` *.config ` files to update the crosstool-ng configurations
22- for a particular toolchain.
23-
24- 3 . Push the changes or do a pull request, and wait for the CI workflow to
18+ 1 . Push the changes or do a pull request, and wait for the CI workflow to
2519 complete.
2620
2721 The build can be tested by downloading the GitHub artifacts.
2822 1 . Go to the [ lowrisc-toolchains Actions page] ( https://github.com/lowRISC/lowrisc-toolchains/actions ) .
2923 2 . Select a workflow run from the list.
3024 4 . Download the desired artifact from the bottom of the page and test it.
3125
32- 4 . Tag a release
26+ 2 . Tag a release
3327
3428 ``` bash
3529 VERSION=$( date +%Y%m%d) -1
3630 git tag -a -m " Release version $VERSION " $VERSION
3731 ```
3832
39- 5 . Push the tag
33+ 3 . Push the tag
4034
4135 ``` bash
4236 git push origin $VERSION
Original file line number Diff line number Diff line change @@ -169,9 +169,6 @@ tee "${toolchain_dest}/buildinfo.json" <<BUILDINFO_JSON
169169 "clang_version": "${clang_version_string} ",
170170 "clang_url": "${LLVM_URL} ",
171171 "clang_git": "${LLVM_VERSION} ",
172- "crosstool-ng_version": "${ct_ng_version_string} ",
173- "crosstool-ng_url": "${CROSSTOOL_NG_URL} ",
174- "crosstool-ng_git": "${CROSSTOOL_NG_VERSION} ",
175172 "build_date": "${build_date} ",
176173 "build_host": "$( hostname) "
177174}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33# This documents the versions of any software checked out from git
44
5- # crosstool-ng-1.26.0-rc1
6- export CROSSTOOL_NG_URL=https://github.com/crosstool-ng/crosstool-ng.git
7- export CROSSTOOL_NG_VERSION=5a09578b6798f426b62d97b2ece1ba5e7b82990b
8-
95# v4.0.1
106export QEMU_VERSION=23967e5b2a6c6d04b8db766a8a149f3631a7b899
117
You can’t perform that action at this time.
0 commit comments