Merge pull request #26334 from Luap99/sqlite-dynamic-link

dynamically link sqlite
This commit is contained in:
openshift-merge-bot[bot]
2025-06-12 13:25:54 +00:00
committed by GitHub
4 changed files with 11 additions and 17 deletions

View File

@@ -61,6 +61,7 @@ REMOTETAGS ?= remote exclude_graphdriver_btrfs containers_image_openpgp
BUILDTAGS ?= \
$(shell hack/apparmor_tag.sh) \
$(shell hack/btrfs_installed_tag.sh) \
$(shell hack/sqlite_tag.sh) \
$(shell hack/systemd_tag.sh) \
$(shell hack/libsubid_tag.sh) \
$(if $(filter linux,$(GOOS)), seccomp,)