You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested with the :latest image tag (i.e. quay.io/argoproj/workflow-controller:latest) and can confirm the issue still exists on :latest. If not, I have explained why, in detail, in my description below.
I have searched existing issues and could not find a match for this bug
👋 trying to build the latest release, but run into some build issue. The error log is as below:
error build log
Bundling for production...
Generating listers for workflow:v1alpha1 at github.com/argoproj/argo-workflows/v3/pkg/client/listers
Generating informers for workflow:v1alpha1 at github.com/argoproj/argo-workflows/v3/pkg/client/informers
# Force the timestamp to be up to date
touch pkg/apis/workflow/v1alpha1/zz_generated.deepcopy.go
# Delete the link
[ -e ./v3 ] && rm -rf v3
make: *** [Makefile:659: pkg/apis/workflow/v1alpha1/zz_generated.deepcopy.go] Error 1
make: *** Waiting for unfinished jobs....
Version(s)
v3.6.0
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
Pre-requisites
:latest
image tag (i.e.quay.io/argoproj/workflow-controller:latest
) and can confirm the issue still exists on:latest
. If not, I have explained why, in detail, in my description below.What happened? What did you expect to happen?
👋 trying to build the latest release, but run into some build issue. The error log is as below:
error build log
Version(s)
v3.6.0
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
brew install -s https://raw.githubusercontent.com/Homebrew/homebrew-core/cefeab8b49d9b0ac97d63be136c251c744bbe1a3/Formula/a/argo.rb
Logs from the workflow controller
Logs from in your workflow's wait container
relates to Homebrew/homebrew-core#197750
full build log, https://github.com/Homebrew/homebrew-core/actions/runs/11875018496/job/33091776717?pr=197750
The text was updated successfully, but these errors were encountered: