Skip to content

Commit 63c60dc

Browse files
jwnrtluismarques
authored andcommitted
Remove Azure pipelines configuration
1 parent 8f39f48 commit 63c60dc

File tree

5 files changed

+6
-307
lines changed

5 files changed

+6
-307
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@ How to do a release
2323
2. Modify any of the `*.config` files to update the crosstool-ng configurations
2424
for a particular toolchain.
2525

26-
3. Push the changes or do a pull request, and wait for the pipeline to
26+
3. Push the changes or do a pull request, and wait for the CI workflow to
2727
complete.
2828

29-
The build can be tested by downloading the Azure Pipeline artifacts.
30-
1. Go to the [lowrisc-toolchains Azure Pipelines page](https://dev.azure.com/lowrisc/lowrisc-toolchains/_build?definitionId=2&_a=summary)
31-
2. Select a build
32-
3. Click on "Artifacts" (top right)
33-
4. Download the desired artifact, and test it.
29+
The build can be tested by downloading the GitHub artifacts.
30+
1. Go to the [lowrisc-toolchains Actions page](https://github.com/lowRISC/lowrisc-toolchains/actions).
31+
2. Select a workflow run from the list.
32+
4. Download the desired artifact from the bottom of the page and test it.
3433

3534
4. Tag a release
3635

@@ -45,7 +44,7 @@ How to do a release
4544
git push origin $VERSION
4645
```
4746

48-
Now the release builds on Azure Pipelines, and the resulting binaries
47+
Now the release builds on GitHub's CI, and the resulting binaries
4948
will be uploaded to
5049
[GitHub releases](https://github.com/lowRISC/lowrisc-toolchains/releases).
5150

_build-deps.yml

-59
This file was deleted.

_upload-artifacts.yml

-32
This file was deleted.

azure-pipelines.yml

-172
This file was deleted.

prepare-centos6.sh

-37
This file was deleted.

0 commit comments

Comments
 (0)