[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[challenger] branch master updated: CI: Add lconv dep; fix jobname
From: |
Admin |
Subject: |
[challenger] branch master updated: CI: Add lconv dep; fix jobname |
Date: |
Sun, 01 Jun 2025 17:06:22 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository challenger.
The following commit(s) were added to refs/heads/master by this push:
new ce3ad0b CI: Add lconv dep; fix jobname
ce3ad0b is described below
commit ce3ad0b20d8f620fab60c912c21d116ac7f97f37
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sun Jun 1 17:06:18 2025 +0200
CI: Add lconv dep; fix jobname
---
contrib/ci/Containerfile | 1 +
contrib/ci/jobs/2-test/job.sh | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile
index b10ff47..456e3e6 100644
--- a/contrib/ci/Containerfile
+++ b/contrib/ci/Containerfile
@@ -46,6 +46,7 @@ RUN apt-get update -yqq && \
apt-get install -yqq \
graphviz \
doxygen \
+ lconv \
&& rm -rf /var/lib/apt/lists/*
# Install Taler (and friends) packages
diff --git a/contrib/ci/jobs/2-test/job.sh b/contrib/ci/jobs/2-test/job.sh
index 3f18e89..273eb90 100755
--- a/contrib/ci/jobs/2-test/job.sh
+++ b/contrib/ci/jobs/2-test/job.sh
@@ -3,7 +3,6 @@ set -exuo pipefail
job_dir=$(dirname "${BASH_SOURCE[0]}")
-"${job_dir}"/test.sh
"${job_dir}"/1-build.sh
"${job_dir}"/2-install.sh
"${job_dir}"/3-startdb.sh
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [challenger] branch master updated: CI: Add lconv dep; fix jobname,
Admin <=