mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
docker-buildx: update to 0.24.0.
This commit is contained in:
parent
63e70ce538
commit
f7d772bb7a
2 changed files with 3 additions and 29 deletions
|
@ -1,27 +0,0 @@
|
|||
Disable integration tests that fail in CI.
|
||||
Use git version for sanity check (tests expect to be running form git repo, not a tarball).
|
||||
diff --git i/tests/integration_test.go w/tests/integration_test.go
|
||||
index 9cd76c..2811de 100644
|
||||
--- i/tests/integration_test.go
|
||||
+++ w/tests/integration_test.go
|
||||
@@ -20,6 +20,7 @@ func init() {
|
||||
}
|
||||
|
||||
func TestIntegration(t *testing.T) {
|
||||
+ t.Skip()
|
||||
var tests []func(t *testing.T, sb integration.Sandbox)
|
||||
tests = append(tests, commonTests...)
|
||||
tests = append(tests, buildTests...)
|
||||
diff --git i/util/gitutil/gitutil_test.go w/util/gitutil/gitutil_test.go
|
||||
index 06c6fa..0b8cf9 100644
|
||||
--- i/util/gitutil/gitutil_test.go
|
||||
+++ w/util/gitutil/gitutil_test.go
|
||||
@@ -10,7 +10,7 @@ func TestGit(t *testing.T) {
|
||||
c, err := New()
|
||||
require.NoError(t, err)
|
||||
|
||||
- out, err := c.run("status")
|
||||
+ out, err := c.run("version")
|
||||
require.NoError(t, err)
|
||||
require.NotEmpty(t, out)
|
||||
|
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'docker-buildx'
|
||||
pkgname=docker-buildx
|
||||
version=0.22.0
|
||||
version=0.24.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/docker/buildx"
|
||||
go_package="./cmd/buildx"
|
||||
go_ldflags="-X github.com/docker/buildx/version.Version=v${version}"
|
||||
make_check_args="-skip=(^TestGit$|^TestIntegration$)"
|
||||
depends="docker-cli"
|
||||
checkdepends="git"
|
||||
short_desc="Docker CLI plugin for extended build capabilities with BuildKit"
|
||||
|
@ -13,7 +14,7 @@ maintainer="Daniel Lewan <daniel@teddydd.me>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://docs.docker.com/buildx/working-with-buildx/"
|
||||
distfiles="https://github.com/docker/buildx/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=afcfea302f639f86299d41657f2ea6ca8df0d8cc3e243c299c8ada0ecfbb1fc4
|
||||
checksum=c20f30462818a4e9224ac8dbd639ff9da323ecf40f296095e5a693296ad4b765
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/libexec/docker/cli-plugins
|
||||
|
|
Loading…
Add table
Reference in a new issue