From ef2e180dfd37eb3eae448b205873b10c628efbc2 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 19 Jun 2019 02:06:46 +0100 Subject: [PATCH] circleci: remove Rust libstd workaround from vmtester --- circle.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/circle.yml b/circle.yml index 429187f..e421c9a 100644 --- a/circle.yml +++ b/circle.yml @@ -176,8 +176,6 @@ jobs: - run: name: Test with evmc-vmtester command: | - # FIXME: there is a linking issue with Cargo workspaces, this is to workaround it - export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$LD_LIBRARY_PATH" ~/build/test/evmc-vmtester target/debug/libexamplerustvm.so workflows: