Skip to content
Snippets Groups Projects
Verified Commit 40104ab4 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

meson: update to version 0.49

parent 2852f81c
1 merge request!1082meson: update to version 0.49
Pipeline #70825 passed with warnings with stages
in 42 minutes and 23 seconds
......@@ -85,7 +85,7 @@ archive:
build:
<<: *build
script:
- meson build_ci --default-library=static --prefix=$PREFIX -Dwerror=true -Dextra_tests=enabled
- meson build_ci --default-library=static --prefix=$PREFIX -Dwerror=true -Dextra_tests=enabled --fatal-meson-warnings
- ninja -C build_ci
- ninja -C build_ci install >/dev/null
- ${MESON_TEST} --suite unit --suite config --no-suite snowflake
......
Knot Resolver 5.2.0 (2020-1m-dd)
================================
Incompatible changes
--------------------
- build: meson >= 0.49 is required (!1082)
Improvements
------------
- net: split the EDNS buffer size into upstream and downstream (!1026)
......
......@@ -6,7 +6,7 @@ project(
license: 'GPLv3+',
version: '5.1.3',
default_options: ['c_std=gnu11', 'b_ndebug=if-release'],
meson_version: '>=0.46',
meson_version: '>=0.49',
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment