mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-20 02:25:14 -07:00
Units are not required any more for Lucet
This commit is contained in:
parent
55a81d9460
commit
aaaaf7b8b8
@ -13,7 +13,7 @@ if [ -z "$WASI_RUNTIME" ] || [ "$WASI_RUNTIME" = "lucet" ]; then
|
|||||||
lucetc-wasi \
|
lucetc-wasi \
|
||||||
--reserved-size "${MAX_MEMORY_TESTS}" \
|
--reserved-size "${MAX_MEMORY_TESTS}" \
|
||||||
-o "${1}.so" --opt-level fast "$1" &&
|
-o "${1}.so" --opt-level fast "$1" &&
|
||||||
lucet-wasi --dir=.:. --max-heap-size "${MAX_MEMORY_TESTS}B" "${1}.so" &&
|
lucet-wasi --dir=.:. --max-heap-size "${MAX_MEMORY_TESTS}" "${1}.so" &&
|
||||||
rm -f "${1}.so" && exit 0
|
rm -f "${1}.so" && exit 0
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user