Skip to content

Commit

Permalink
ci-operator/config/openshift/etcd: use CGO_ENABLED for unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
  • Loading branch information
hexfusion committed Aug 1, 2021
1 parent 644a927 commit e4cbdbd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ base_images:
name: builder
namespace: ocp
tag: rhel-8-golang-1.15-openshift-4.8
binary_build_commands: make build --warn-undefined-variables
binary_build_commands: GOFLAGS=-mod=readonly make build --warn-undefined-variables
build_root:
image_stream_tag:
name: release
Expand Down Expand Up @@ -47,7 +47,7 @@ tag_specification:
namespace: ocp
tests:
- as: unit
commands: make test --warn-undefined-variables
commands: CGO_ENABLED=1 make test --warn-undefined-variables
container:
from: bin
- as: e2e-aws
Expand Down

0 comments on commit e4cbdbd

Please sign in to comment.