Skip to content

Commit 033eee0

Browse files
Merge pull request #26025 from Luap99/btrfs_noversion
Stop setting btrfs_noversion build tag
2 parents dd8fbb7 + c9b1bd1 commit 033eee0

File tree

5 files changed

+7
-15
lines changed

5 files changed

+7
-15
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,10 @@ SYSTEMDDIR ?= ${LIBDIR}/systemd/system
5757
USERSYSTEMDDIR ?= ${LIBDIR}/systemd/user
5858
SYSTEMDGENERATORSDIR ?= ${LIBDIR}/systemd/system-generators
5959
USERSYSTEMDGENERATORSDIR ?= ${LIBDIR}/systemd/user-generators
60-
REMOTETAGS ?= remote exclude_graphdriver_btrfs btrfs_noversion containers_image_openpgp
60+
REMOTETAGS ?= remote exclude_graphdriver_btrfs containers_image_openpgp
6161
BUILDTAGS ?= \
6262
$(shell hack/apparmor_tag.sh) \
6363
$(shell hack/btrfs_installed_tag.sh) \
64-
$(shell hack/btrfs_tag.sh) \
6564
$(shell hack/systemd_tag.sh) \
6665
$(shell hack/libsubid_tag.sh) \
6766
$(if $(filter linux,$(GOOS)), seccomp,)

hack/btrfs_tag.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

pkg/machine/e2e/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ the same result:
2626
To focus on one specific test on windows, run `ginkgo` manually:
2727

2828
```pwsh
29-
$remotetags = "remote exclude_graphdriver_btrfs btrfs_noversion containers_image_openpgp"
29+
$remotetags = "remote exclude_graphdriver_btrfs containers_image_openpgp"
3030
$focus_file = "basic_test.go"
3131
$focus_test = "podman build contexts"
3232
./test/tools/build/ginkgo.exe `

rpm/podman.spec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,19 +258,19 @@ export BASEBUILDTAGS="$BASEBUILDTAGS libtrust_openssl"
258258
%endif
259259

260260
# build %%{name}
261-
export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh)"
261+
export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/libdm_tag.sh)"
262262
%gobuild -o bin/%{name} ./cmd/%{name}
263263

264264
# build %%{name}-remote
265-
export BUILDTAGS="$BASEBUILDTAGS exclude_graphdriver_btrfs btrfs_noversion remote"
265+
export BUILDTAGS="$BASEBUILDTAGS exclude_graphdriver_btrfs remote"
266266
%gobuild -o bin/%{name}-remote ./cmd/%{name}
267267

268268
# build quadlet
269-
export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh)"
269+
export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh)"
270270
%gobuild -o bin/quadlet ./cmd/quadlet
271271

272272
# build %%{name}-testing
273-
export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh)"
273+
export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh)"
274274
%gobuild -o bin/podman-testing ./cmd/podman-testing
275275

276276
# reset LDFLAGS for plugins binaries

winmake.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ function Get-Podman-Version{
288288
# Init script
289289
$target = $args[0]
290290

291-
$remotetags = "remote exclude_graphdriver_btrfs btrfs_noversion containers_image_openpgp"
291+
$remotetags = "remote exclude_graphdriver_btrfs containers_image_openpgp"
292292

293293
switch ($target) {
294294
{$_ -in '', 'podman-remote', 'podman'} {

0 commit comments

Comments
 (0)