Skip to content

Commit

Permalink
remove mis-commited binary file
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 committed Aug 13, 2021
1 parent e5e7ebc commit 19f579e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion e2e/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vendor
vendor
app
Binary file removed e2e/app
Binary file not shown.
6 changes: 3 additions & 3 deletions e2e/test.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
rm -r vendor || echo ''
rm -r vendor || echo 'error ignored'
mkdir -p vendor/github.com/wasmerio/wasmer-go
cp -r ../wasmer vendor/github.com/wasmerio/wasmer-go
GODEBUG=cgocheck=2 go build -o app
ldd app || echo ''
otool -L app || echo ''
ldd app || echo 'error ignored'
otool -L app || echo 'error ignored'
./app

0 comments on commit 19f579e

Please sign in to comment.