This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
The following commit(s) were added to refs/heads/master by this push:
new f284646 Fix dylib files
f284646 is described below
commit f28464627c13ef01f64dfba0233e39963a9c565c
Author: Antoine Toulme <[email protected]>
AuthorDate: Mon Sep 14 22:00:31 2020 -0700
Fix dylib files
---
.gitattributes | 3 +++
evm/src/test/resources/libevmc.dylib | Bin 23704 -> 33592 bytes
evm/src/test/resources/libevmone.0.5.0.dylib | Bin 127051 -> 127052 bytes
evm/src/test/resources/libexample-vm.dylib | Bin 13256 -> 14512 bytes
4 files changed, 3 insertions(+)
diff --git a/.gitattributes b/.gitattributes
index e9de15c..bff0d06 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,6 @@
* text eol=lf
*.jar -text
*.bat -text
+*.dylib -text
+*.so -text
+*.dll -text
diff --git a/evm/src/test/resources/libevmc.dylib
b/evm/src/test/resources/libevmc.dylib
index 38b78c2..069be78 100755
Binary files a/evm/src/test/resources/libevmc.dylib and
b/evm/src/test/resources/libevmc.dylib differ
diff --git a/evm/src/test/resources/libevmone.0.5.0.dylib
b/evm/src/test/resources/libevmone.0.5.0.dylib
index 05ecf7d..ff58cd7 100755
Binary files a/evm/src/test/resources/libevmone.0.5.0.dylib and
b/evm/src/test/resources/libevmone.0.5.0.dylib differ
diff --git a/evm/src/test/resources/libexample-vm.dylib
b/evm/src/test/resources/libexample-vm.dylib
index 304660d..0279bd3 100755
Binary files a/evm/src/test/resources/libexample-vm.dylib and
b/evm/src/test/resources/libexample-vm.dylib differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]