Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Chaos Mesh
Commits
dd3c6f34
Unverified
Commit
dd3c6f34
authored
4 years ago
by
Yue Yang
Committed by
GitHub
4 years ago
Browse files
Options
Download
Plain Diff
Merge branch 'master' into dependabot/npm_and_yarn/ui/elliptic-6.5.4
parents
1e51dd3c
f37e3bc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+1
-2
Makefile
with
1 addition
and
2 deletions
+1
-2
Makefile
+
1
-
2
View file @
dd3c6f34
...
...
@@ -50,7 +50,7 @@ FAILPOINT_ENABLE := $$(find $$PWD/ -type d | grep -vE "(\.git|bin)" | xargs $(G
FAILPOINT_DISABLE
:=
$$
(
find
$$
PWD/
-type
d |
grep
-vE
"(
\.
git|bin)"
| xargs
$(GOBIN)
/failpoint-ctl disable
)
GO_BUILD_CACHE
?=
$(HOME)
/.cache/chaos-mesh
all
:
manifests/crd.yaml image
go_build_cache_directory
:
mkdir
-p
$(GO_BUILD_CACHE)
/chaos-mesh-gobuild
mkdir
-p
$(GO_BUILD_CACHE)
/chaos-mesh-gopath
...
...
@@ -67,7 +67,6 @@ endif
CLEAN_TARGETS
:=
all
:
manifests/crd.yaml image
check
:
fmt vet boilerplate lint generate manifests/crd.yaml tidy
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help