Update deploy.py to the new libtock.
This commit is contained in:
@@ -373,6 +373,7 @@ class OpenSKInstaller:
|
|||||||
]
|
]
|
||||||
env = os.environ.copy()
|
env = os.environ.copy()
|
||||||
env["RUSTFLAGS"] = " ".join(rust_flags)
|
env["RUSTFLAGS"] = " ".join(rust_flags)
|
||||||
|
env["APP_HEAP_SIZE"] = str(APP_HEAP_SIZE)
|
||||||
|
|
||||||
command = [
|
command = [
|
||||||
"cargo", "build", "--release", "--target={}".format(props.arch),
|
"cargo", "build", "--release", "--target={}".format(props.arch),
|
||||||
|
|||||||
Reference in New Issue
Block a user