Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Add build tags for build integration target
Looks like it is missed during 63637fe and build_integration target failing with following. ``` [1/2] STEP 5/5: RUN make build_integration GOOS=linux go test ./test/integration/ --ldflags="-X github.com/code-ready/crc/pkg/crc/version.crcVersion=2.9.0 -X github.com/code-ready/crc/pkg/crc/version.ocpVersion=4.11.3 -X github.com/code-ready/crc/pkg/crc/version.okdVersion=4.11.0-0.okd-2022-08-20-022919 -X github.com/code-ready/crc/pkg/crc/version.podmanVersion=4.2.0 -X github.com/code-ready/crc/pkg/crc/version.commitSha=589ab2cd" -c -o out/linux-amd64/integration.test vendor/github.com/mtrmac/gpgme/data.go:4:11: fatal error: gpgme.h: No such file or directory // #include <gpgme.h> ^~~~~~~~~ compilation terminated. ```
- Loading branch information