Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ build_root:
image_stream_tag:
name: release
namespace: openshift
tag: golang-1.17
tag: rhel-8-release-golang-1.19-openshift-4.14
resources:
'*':
requests:
cpu: 100m
memory: 200Mi
tests:
- as: unit
commands: make test
commands: GOFLAGS= XDG_DATA_HOME=/tmp/.local/share XDG_CACHE_HOME=/tmp/.cache make
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we vendor dependencies (as a downstream patch) and remove the GOFLAGS override?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possibly, but since we're only using CAPO as a library in MAPO (we vendor in MAPO), is it important?

test
container:
from: src
optional: true
Expand Down