build: add the fsp-debug build command.

This commit is contained in:
Alexandre Pujol 2025-06-16 23:20:03 +02:00
parent 1118d2ffc5
commit 390a8b1b01
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -90,6 +90,11 @@ fsp: build
fsp-complain: build fsp-complain: build
@./{{build}}/prebuild --complain --full @./{{build}}/prebuild --complain --full
[group('build')]
[doc('Prebuild the profiles in FSP mode (debug)')]
fsp-debug: build
@./{{build}}/prebuild --complain --full --debug
[group('build')] [group('build')]
[doc('Install prebuild profiles')] [doc('Install prebuild profiles')]
install: install:
@ -312,13 +317,13 @@ integration dist flavor:
@bats --recursive --timing --print-output-on-failure Projects/integration/ @bats --recursive --timing --print-output-on-failure Projects/integration/
[group('internal')] [private]
get_ip dist flavor: get_ip dist flavor:
@virsh --quiet --readonly {{c}} domifaddr {{prefix}}{{dist}}-{{flavor}} | \ @virsh --quiet --readonly {{c}} domifaddr {{prefix}}{{dist}}-{{flavor}} | \
head -1 | \ head -1 | \
grep -E -o '([[:digit:]]{1,3}\.){3}[[:digit:]]{1,3}' grep -E -o '([[:digit:]]{1,3}\.){3}[[:digit:]]{1,3}'
[group('internal')] [private]
get_osinfo dist: get_osinfo dist:
#!/usr/bin/env python3 #!/usr/bin/env python3
osinfo = { osinfo = {