Skip to content

Commit

Permalink
drop static / foreign building
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Hallyn <[email protected]>
  • Loading branch information
hallyn committed Jul 19, 2019
1 parent 8dfe372 commit 6c06c47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 74 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ TEST?=$(patsubst test/%.bats,%,$(wildcard test/*.bats))
CRIO_REPO?=~/packages/cri-o

crio-lxc: $(GO_SRC)
go build -tags static_build -ldflags "-X main.version=$(COMMIT)" -o crio-lxc ./cmd

.PHONY: foreign
foreign: $(GO_SRC)
stacker build --substitute PWD=$$PWD
go build -ldflags "-X main.version=$(COMMIT)" -o crio-lxc ./cmd

# make test TEST=basic will run only the basic test.
.PHONY: check
Expand All @@ -25,4 +21,3 @@ vendorup:
.PHONY: clean
clean:
-rm -f crio-lxc
stacker clean --all
68 changes: 0 additions & 68 deletions stacker.yaml

This file was deleted.

0 comments on commit 6c06c47

Please sign in to comment.