From 66ca7a789c6e51aa3a78c8efd02fad93a2c33055 Mon Sep 17 00:00:00 2001 From: Peter Ebden Date: Thu, 11 Jan 2024 11:37:40 +0000 Subject: [PATCH] Rebuild worker images (#3035) --- .circleci/config.yml | 6 +++--- tools/release_signer/BUILD | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2779445f0d..b751280998 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build-alpine: working_directory: ~/please docker: - - image: thoughtmachine/please_alpine:20230903 + - image: thoughtmachine/please_alpine:20240111 resource_class: large environment: PLZ_ARGS: "-p --profile ci --profile alpine --exclude no-musl" @@ -278,7 +278,7 @@ jobs: # Releases to github and homebrew release: docker: - - image: thoughtmachine/please_docs:20230116 + - image: thoughtmachine/please_docs:20240111 environment: GOOGLE_APPLICATION_CREDENTIALS=/tmp/service_account.json steps: @@ -293,7 +293,7 @@ jobs: # Releases the docs and the binaries to s3 for please.build and get.please.build release-s3: docker: - - image: thoughtmachine/please_docs:20230116 + - image: thoughtmachine/please_docs:20240111 environment: GOOGLE_APPLICATION_CREDENTIALS=/tmp/service_account.json steps: diff --git a/tools/release_signer/BUILD b/tools/release_signer/BUILD index c9125ea7a4..7b9a9330c7 100644 --- a/tools/release_signer/BUILD +++ b/tools/release_signer/BUILD @@ -1,6 +1,7 @@ go_binary( name = "release_signer", srcs = ["main.go"], + static = CONFIG.OS == "linux", visibility = [ "//package/...", "//tools/javac_worker:all",