Skip to content

Commit 225142b

Browse files
committed
Add go clean for install and clean
Possibly works around golang/go#24355 Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
1 parent b390008 commit 225142b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ all: $(DEPS)
88
$(DEPS): .install-filcrypto ;
99

1010
.install-filcrypto: rust
11+
go clean -cache -testcache .
1112
./install-filcrypto
1213
@touch $@
1314

1415
clean:
16+
go clean -cache -testcache .
1517
rm -rf $(DEPS) .install-filcrypto
1618
rm -f ./runner
1719
cd rust && cargo clean && cd ..

0 commit comments

Comments
 (0)