File tree Expand file tree Collapse file tree 5 files changed +7
-15
lines changed Expand file tree Collapse file tree 5 files changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,10 @@ SYSTEMDDIR ?= ${LIBDIR}/systemd/system
57
57
USERSYSTEMDDIR ?= ${LIBDIR}/systemd/user
58
58
SYSTEMDGENERATORSDIR ?= ${LIBDIR}/systemd/system-generators
59
59
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
61
61
BUILDTAGS ?= \
62
62
$(shell hack/apparmor_tag.sh) \
63
63
$(shell hack/btrfs_installed_tag.sh) \
64
- $(shell hack/btrfs_tag.sh) \
65
64
$(shell hack/systemd_tag.sh) \
66
65
$(shell hack/libsubid_tag.sh) \
67
66
$(if $(filter linux,$(GOOS ) ) , seccomp,)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ the same result:
26
26
To focus on one specific test on windows, run ` ginkgo ` manually:
27
27
28
28
``` pwsh
29
- $remotetags = "remote exclude_graphdriver_btrfs btrfs_noversion containers_image_openpgp"
29
+ $remotetags = "remote exclude_graphdriver_btrfs containers_image_openpgp"
30
30
$focus_file = "basic_test.go"
31
31
$focus_test = "podman build contexts"
32
32
./test/tools/build/ginkgo.exe `
Original file line number Diff line number Diff line change @@ -258,19 +258,19 @@ export BASEBUILDTAGS="$BASEBUILDTAGS libtrust_openssl"
258
258
%endif
259
259
260
260
# 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)"
262
262
%gobuild -o bin/%{name } ./cmd/%{name }
263
263
264
264
# build %%{name}-remote
265
- export BUILDTAGS= "$BASEBUILDTAGS exclude_graphdriver_btrfs btrfs_noversion remote"
265
+ export BUILDTAGS= "$BASEBUILDTAGS exclude_graphdriver_btrfs remote"
266
266
%gobuild -o bin/%{name }-remote ./cmd/%{name }
267
267
268
268
# build quadlet
269
- export BUILDTAGS= "$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) "
269
+ export BUILDTAGS= "$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh)"
270
270
%gobuild -o bin/quadlet ./cmd/quadlet
271
271
272
272
# 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)"
274
274
%gobuild -o bin/podman-testing ./cmd/podman-testing
275
275
276
276
# reset LDFLAGS for plugins binaries
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ function Get-Podman-Version{
288
288
# Init script
289
289
$target = $args [0 ]
290
290
291
- $remotetags = " remote exclude_graphdriver_btrfs btrfs_noversion containers_image_openpgp"
291
+ $remotetags = " remote exclude_graphdriver_btrfs containers_image_openpgp"
292
292
293
293
switch ($target ) {
294
294
{$_ -in ' ' , ' podman-remote' , ' podman' } {
You can’t perform that action at this time.
0 commit comments