From b425650d25b670e5ba8c1c41f8e97b6b55f7d439 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Sun, 14 May 2023 23:20:14 +0200 Subject: [PATCH] Fix typo in ci recipe scan-build options --- .builds/alpine-latest.yml | 2 +- meson_options.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.builds/alpine-latest.yml b/.builds/alpine-latest.yml index 79ef537..37b1711 100644 --- a/.builds/alpine-latest.yml +++ b/.builds/alpine-latest.yml @@ -25,7 +25,7 @@ packages: environment: project: d2tk - CI_SCAN_BUILD_OPTS: -disable-checker securiy.insecureAPI.vfork -disable-checker unix.Vfork --exclude nanovg --exclude pugl + CI_SCAN_BUILD_OPTS: -disable-checker security.insecureAPI.vfork -disable-checker unix.Vfork --exclude nanovg --exclude pugl secrets: - 0545580c-42ac-4700-b322-4e9df924eb07 # runner-ssh diff --git a/meson_options.txt b/meson_options.txt index f70bbb3..b73b98e 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -55,4 +55,4 @@ option('use-fontconfig', value : 'disabled', yield : true) -option('version', type : 'string', value : '0.1.1335') +option('version', type : 'string', value : '0.1.1337') -- 2.38.5