~sircmpwn/hare-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH hare] build: verify the stdoid database

Details
Message ID
<20240729051811.70681-1-apreiml@strohwolke.at>
DKIM signature
pass
Download raw message
Patch: +8 -0
to catch accidental breakages or format changes during build.

Signed-off-by: Armin Preiml <apreiml@strohwolke.at>
---

ecs: thanks for the hint. It's way cleaner this way.

 .builds/alpine.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index b9c95cce..6e5b9a3d 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -68,6 +68,14 @@ tasks:
        echo "bootstrap makefiles out of date, run make bootstrap to regenerate"
        exit 1
    fi
- genoiddb: |
    cd hare
    hare run cmd/genoiddb < encoding/asn1/stdoid/db.txt > encoding/asn1/stdoid/db.ha
    if [ -n "$(git status --porcelain)" ]
    then
        echo "Either encoding/asn1/stdoid/db.ha is out of date or something broke genoiddb"
        exit 1
    fi
- docs: |
    cd hare
    make docs/html
-- 
2.45.2

[hare/patches] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<D31RRLPBV5LQ.2RANAEDJBSVX9@fra02>
In-Reply-To
<20240729051811.70681-1-apreiml@strohwolke.at> (view parent)
DKIM signature
missing
Download raw message
hare/patches: SUCCESS in 1m3s

[build: verify the stdoid database][0] from [Armin Preiml][1]

[0]: https://lists.sr.ht/~sircmpwn/hare-dev/patches/54151
[1]: apreiml@strohwolke.at

✓ #1288107 SUCCESS hare/patches/freebsd.yml https://builds.sr.ht/~sircmpwn/job/1288107
✓ #1288106 SUCCESS hare/patches/alpine.yml  https://builds.sr.ht/~sircmpwn/job/1288106
✓ #1288109 SUCCESS hare/patches/openbsd.yml https://builds.sr.ht/~sircmpwn/job/1288109
✓ #1288108 SUCCESS hare/patches/netbsd.yml  https://builds.sr.ht/~sircmpwn/job/1288108
Details
Message ID
<D32XAC1WJFBI.92BXG86QGOE2@d2evs.net>
In-Reply-To
<20240729051811.70681-1-apreiml@strohwolke.at> (view parent)
DKIM signature
pass
Download raw message
thanks!

to git@git.sr.ht:~sircmpwn/hare
  aeb84c21..3e3b106f  master -> master
Reply to thread Export thread (mbox)