Skip to content

Commit

Permalink
Merge branch 'cloudfoundry:v8' into v8
Browse files Browse the repository at this point in the history
  • Loading branch information
wanddynosios committed Jun 21, 2023
2 parents fcc3a34 + ae48f87 commit e72176d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-update-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ jobs:
update-rpm:
name: Update RPM Repository
runs-on: ubuntu-20.04
container: ubuntu:18.04
environment: ${{ needs.setup.outputs.secrets-environment }}
needs: setup
env:
Expand Down Expand Up @@ -386,8 +387,8 @@ jobs:

- name: Install Linux Packages
run: >
sudo apt update &&
sudo apt install -y --no-install-recommends
apt update &&
apt install -y --no-install-recommends
gnupg createrepo
- name: Download V8 RPMs
Expand Down
2 changes: 1 addition & 1 deletion BUILD_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.7.0
8.7.1
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ out/cf-cli_osx: $(GOSRC)
GOARCH=amd64 GOOS=darwin go build \
-a -ldflags "$(LD_FLAGS)" -o out/cf-cli_osx .

out/cf-cli_osx_arm: $(GOSRC)
out/cf-cli_macosarm: $(GOSRC)
GOARCH=arm64 GOOS=darwin go build \
-a -ldflags "$(LD_FLAGS)" -o out/cf-cli_osx_arm .
-a -ldflags "$(LD_FLAGS)" -o out/cf-cli_macosarm .

out/cf-cli_win32.exe: $(GOSRC) rsrc.syso
GOARCH=386 GOOS=windows go build -tags="forceposix" -o out/cf-cli_win32.exe -ldflags "$(LD_FLAGS)" .
Expand Down
2 changes: 1 addition & 1 deletion build_data.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
build-version: 8.7.0
build-version: 8.7.1
cf-d-capi-version-min: v16.11.0

0 comments on commit e72176d

Please sign in to comment.