Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23.4

require (
github.com/cloudfoundry/libbuildpack v0.0.0-20240717165421-f2ae8069fcba
github.com/cloudfoundry/switchblade v0.6.0
github.com/cloudfoundry/switchblade v0.9.0
github.com/golang/mock v1.6.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.36.2
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,8 @@ github.com/cloudfoundry/libbuildpack v0.0.0-20240717165421-f2ae8069fcba h1:RdbOe
github.com/cloudfoundry/libbuildpack v0.0.0-20240717165421-f2ae8069fcba/go.mod h1:kn4FHMwI8bTd9gT92wPGjXHzUvGcj8CkPxG8q3AGBAQ=
github.com/cloudfoundry/switchblade v0.6.0 h1:Opid6YAp7a9+lzdvwlYIUUGnxV87QfCpizV+FYMt1MQ=
github.com/cloudfoundry/switchblade v0.6.0/go.mod h1:3nNqkW8dEecI9bxj8p1cHz3XG6AgPfp7jcmGHZYleos=
github.com/cloudfoundry/switchblade v0.9.0 h1:4yxlAb526G4XIDEoH9Vp+erCCYcXTD3aYaz5THKhskY=
github.com/cloudfoundry/switchblade v0.9.0/go.mod h1:lbxYZXU/aSVmEafP0NZgQaxrf9nBfdT8t2EIiwrP4bU=
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
Expand Down
2 changes: 1 addition & 1 deletion scripts/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function main() {
cached="$(jq -r -S .cached <<<"${row}")"
parallel="$(jq -r -S .parallel <<<"${row}")"

echo "Running integration suite (cached: ${cached}, parallel: ${parallel}, stack: ${stack})"
echo "Running integration suite (cached: ${cached}, parallel: ${parallel})"

specs::run "${cached}" "${parallel}" "${stack}" "${platform}" "${token:-}"
done
Expand Down
1 change: 1 addition & 0 deletions src/apt/integration/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func TestIntegration(t *testing.T) {
Expect(platform.Delete.Execute(repoName)).To(Succeed())
Expect(os.Remove(os.Getenv("BUILDPACK_FILE"))).To(Succeed())
Expect(os.RemoveAll(rubyBuildpackFolder)).To(Succeed())
Expect(platform.Deinitialize()).To(Succeed())

if os.Getenv("CF_STACK") == "cflinuxfs3" {
Expect(os.RemoveAll(staticfileBuildpackFolder)).To(Succeed())
Expand Down
18 changes: 14 additions & 4 deletions vendor/github.com/cloudfoundry/switchblade/cloudfoundry.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 14 additions & 6 deletions vendor/github.com/cloudfoundry/switchblade/docker.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 16 additions & 5 deletions vendor/github.com/cloudfoundry/switchblade/platform.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ github.com/cloudfoundry/libbuildpack/cutlass
github.com/cloudfoundry/libbuildpack/cutlass/docker
github.com/cloudfoundry/libbuildpack/cutlass/glow
github.com/cloudfoundry/libbuildpack/packager
# github.com/cloudfoundry/switchblade v0.6.0
## explicit; go 1.19
# github.com/cloudfoundry/switchblade v0.9.0
## explicit; go 1.23.0
github.com/cloudfoundry/switchblade
github.com/cloudfoundry/switchblade/internal/cloudfoundry
github.com/cloudfoundry/switchblade/internal/docker
Expand Down