gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 02/04: ci: clean the workspace before building for arm64


From: gnunet
Subject: [gnunet] 02/04: ci: clean the workspace before building for arm64
Date: Tue, 28 Nov 2023 06:20:23 +0100

This is an automated email from the git hooks/post-receive script.

dvn pushed a commit to branch master
in repository gnunet.

commit 5e380c9f348dbaf69ff96dbd851af577e6240985
Author: Devan Carpenter <git@dvn.me>
AuthorDate: Thu Nov 23 13:01:19 2023 -0500

    ci: clean the workspace before building for arm64
    
    otherwise there may be artifacts from earlier jobs in the same
    pipeline
---
 contrib/ci/jobs/4-arm64-build/build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/ci/jobs/4-arm64-build/build.sh 
b/contrib/ci/jobs/4-arm64-build/build.sh
index a5a89ca82..7da9d4a75 100755
--- a/contrib/ci/jobs/4-arm64-build/build.sh
+++ b/contrib/ci/jobs/4-arm64-build/build.sh
@@ -1,6 +1,7 @@
 #!/bin/bash
 set -exuo pipefail
 
+make clean
 ./bootstrap
 ./configure CFLAGS="-ggdb -O0" \
            --enable-logging=verbose \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]