merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 920b2b7f03ae5ec914687bb41dbc73a0c0d4658d
parent dbe2db1cf66a76b81f58de411a1410ddcd97613d
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Fri, 10 Apr 2026 20:28:10 +0200

build: do not require twistertesting

Diffstat:
Mcontrib/ci/jobs/0-codespell/job.sh | 2+-
Mmeson.build | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/ci/jobs/0-codespell/job.sh b/contrib/ci/jobs/0-codespell/job.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -exuo pipefail job_dir=$(dirname "${BASH_SOURCE[0]}") diff --git a/meson.build b/meson.build @@ -295,7 +295,7 @@ if not get_option('only-doc') cc.has_header_symbol( 'taler/taler_twister_testing_lib.h', 'TALER_TWISTER_run_twister', - required: true, + required: false, dependencies: [talertwistertesting_dep], ) private_config.set10('HAVE_TWISTER', talertwistertesting_dep.found())