File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010version : 2
1111
1212build :
13- os : ubuntu-22 .04
13+ os : ubuntu-24 .04
1414 tools :
1515 python : " 3"
1616 apt_packages :
2323 post_install :
2424 - pip install lxml
2525 pre_build :
26- - meson .build -Dreadthedocs=true || cat .build/meson-logs/meson-log.txt
27- - ninja -C .build
26+ - meson setup .build -Dreadthedocs=true || cat .build/meson-logs/meson-log.txt
27+ - meson compile -C .build
2828
2929sphinx :
3030 configuration : .build/doc/readthedocs/conf.py
Original file line number Diff line number Diff line change 210210# This forces the connection to be made on a specific interface
211211# instead of letting the system decide.
212212#
213+ # dhchap-secret [OPTIONAL]
214+ # NVMe In-band authentication host secret (i.e. key); needs to be
215+ # in ASCII format as specified in NVMe 2.0 section 8.13.5.8 Secret
216+ # representation. If this option is not specified, the default is
217+ # read from /etc/stas/sys.conf (see the 'key' parameter under the
218+ # [Host] section). In-band authentication is attempted when this
219+ # is present.
220+ #
213221# hdr-digest [OPTIONAL]
214222# See definition in [Global] section. This is used to override
215223# the value specified in the [Global] section.
You can’t perform that action at this time.
0 commit comments