This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch 1.2
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/1.2 by this push:
     new c1989b1  Fix dylib files
c1989b1 is described below

commit c1989b1d60b1d209aee87c4e7c7ba8cb2b648345
Author: Antoine Toulme <anto...@lunar-ocean.com>
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: commits-unsubscr...@tuweni.apache.org
For additional commands, e-mail: commits-h...@tuweni.apache.org

Reply via email to