forked from ALHP/ALHP.GO
we only need one debuginfod instance
This commit is contained in:
11
README.md
11
README.md
@@ -134,19 +134,14 @@ Also [package status page](https://alhp.anonfunc.dev/packages.html).
|
|||||||
|
|
||||||
### Debug symbols
|
### Debug symbols
|
||||||
|
|
||||||
ALHP provides a debuginfod instance for each CPU-Level it builds for.
|
ALHP provides a debuginfod instance under `debuginfod.harting.dev`.
|
||||||
|
|
||||||
- `x86-64-v2`: `https://debuginfod-x86-64-v2.harting.dev`
|
To use it, have `debuginfod` installed on your system and add it to your `DEBUGINFOD_URLS` with:
|
||||||
- `x86-64-v3`: `https://debuginfod-x86-64-v3.harting.dev`
|
|
||||||
|
|
||||||
To enable them for your repo (example for `x86-64-v3`):
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
echo "https://debuginfod-x86-64-v3.harting.dev" > /etc/debuginfod/alhp.urls
|
echo "https://debuginfod.harting.dev" > /etc/debuginfod/alhp.urls
|
||||||
```
|
```
|
||||||
|
|
||||||
Be sure to use the correct url for your respective repo mentioned above and have `debuginfod` installed on your system.
|
|
||||||
|
|
||||||
## Donations
|
## Donations
|
||||||
|
|
||||||
I appreciate any money you want to throw my way, but donations are strictly optional. Donations are primarily used to
|
I appreciate any money you want to throw my way, but donations are strictly optional. Donations are primarily used to
|
||||||
|
Reference in New Issue
Block a user