~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] add -j2 to .builds for hare

Details
Message ID
<20230908144015.28593-1-autumnull@posteo.net>
DKIM signature
missing
Download raw message
Patch: +4 -4
Signed-off-by: Autumn! <autumnull@posteo.net>
---
 .builds/alpine.yml  | 4 ++--
 .builds/freebsd.yml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index dc0dd0cb..0dec402f 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -30,14 +30,14 @@ tasks:
- hare: |
    cd hare
    cp config.example.mk config.mk
    make
    make -j2
    sudo make install
- tests: |
    cd hare
    make -j2 .bin/hare-tests
- check: |
    cd hare
    make check
    make -j2 check
- tests_with_libc: |
    cd hare
    hare test -T+libc -lc -o .bin/hare-tests-libc
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index f37d5be9..54e6adf9 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -20,11 +20,11 @@ tasks:
- hare: |
    cd hare
    sed -e 's/linux/freebsd/g' < config.example.mk > config.mk
    make
    make -j2
    sudo make install
- tests: |
    cd hare
    make -j2 .bin/hare-tests
- check: |
    cd hare
    make check
    make -j2 check
-- 
2.42.0

[hare/patches] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CVDM5D3NJQCJ.1WSU0E6DMJFZ4@cirno2>
In-Reply-To
<20230908144015.28593-1-autumnull@posteo.net> (view parent)
DKIM signature
missing
Download raw message
hare/patches: SUCCESS in 1m39s

[add -j2 to .builds for hare][0] from [Autumn!][1]

[0]: https://lists.sr.ht/~sircmpwn/hare-dev/patches/44511
[1]: autumnull@posteo.net

✓ #1054631 SUCCESS hare/patches/alpine.yml  https://builds.sr.ht/~sircmpwn/job/1054631
✓ #1054632 SUCCESS hare/patches/freebsd.yml https://builds.sr.ht/~sircmpwn/job/1054632
Details
Message ID
<CVE9PKZLR4F4.28APX4AYRVEM8@taiga>
In-Reply-To
<20230908144015.28593-1-autumnull@posteo.net> (view parent)
DKIM signature
missing
Download raw message
Thanks!

To git@git.sr.ht:~sircmpwn/hare
   c603886f..5bfc6935  master -> master
Reply to thread Export thread (mbox)