commit
48a04041c0
4 changed files with 10 additions and 3 deletions
|
@ -169,7 +169,7 @@ jobs:
|
||||||
- run: rustup target add << parameters.target >>
|
- run: rustup target add << parameters.target >>
|
||||||
- run:
|
- run:
|
||||||
name: Build
|
name: Build
|
||||||
no_output_timeout: "30m"
|
no_output_timeout: "1h"
|
||||||
command: RUSTFLAGS="--remap-path-prefix=$PWD=" << parameters.build-with >> build --target << parameters.target >> --release
|
command: RUSTFLAGS="--remap-path-prefix=$PWD=" << parameters.build-with >> build --target << parameters.target >> --release
|
||||||
- tar_artifacts:
|
- tar_artifacts:
|
||||||
target: << parameters.target >>
|
target: << parameters.target >>
|
||||||
|
|
|
@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
https://github.com/Zokrates/ZoKrates/compare/latest...develop
|
https://github.com/Zokrates/ZoKrates/compare/latest...develop
|
||||||
|
|
||||||
|
## [0.7.10] - 2021-12-16
|
||||||
|
|
||||||
|
### Release
|
||||||
|
- https://github.com/Zokrates/ZoKrates/releases/tag/0.7.10 <!-- markdown-link-check-disable-line -->
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
- Fix building issue with `aarch64-apple-darwin` target (M1) (#1074, @dark64)
|
||||||
|
|
||||||
## [0.7.9] - 2021-12-14
|
## [0.7.9] - 2021-12-14
|
||||||
|
|
||||||
### Release
|
### Release
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Fix building issue with `aarch64-apple-darwin` target (M1)
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "zokrates_cli"
|
name = "zokrates_cli"
|
||||||
version = "0.7.9"
|
version = "0.7.10"
|
||||||
authors = ["Jacob Eberhardt <jacob.eberhardt@tu-berlin.de>", "Dennis Kuhnert <mail@kyroy.com>", "Thibaut Schaeffer <thibaut@schaeff.fr>"]
|
authors = ["Jacob Eberhardt <jacob.eberhardt@tu-berlin.de>", "Dennis Kuhnert <mail@kyroy.com>", "Thibaut Schaeffer <thibaut@schaeff.fr>"]
|
||||||
repository = "https://github.com/Zokrates/ZoKrates.git"
|
repository = "https://github.com/Zokrates/ZoKrates.git"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
Loading…
Reference in a new issue