1
0
Fork 0
mirror of synced 2025-09-23 04:08:33 +00:00
Commit graph

17 commits

Author SHA1 Message Date
schaeff
82c7869a5f drop support for libsnark 2022-05-19 12:38:42 +02:00
schaeff
8a1e02de1f remove libsnark feature from core, updates test script 2022-05-17 11:43:07 +02:00
schaeff
6daeff4f25 run on 4 cores everywhere 2022-04-06 11:35:07 +02:00
schaeff
4e11eee090 fix test, increase parallel 2022-04-05 15:09:34 +02:00
dark64
348520991e fix caching in ci config 2022-04-05 12:52:59 +02:00
schaeff
688ca71b49 remove parallel on test 2022-04-04 21:02:05 +02:00
dark64
df4add3dd3 refactor ffi buffer, run libsnark tests consecutively 2021-07-02 14:51:16 +02:00
schaeff
1630b5af4d fix bash 2021-06-29 12:16:36 +02:00
schaeff
ec294b7fc5 fix ci features, target libsnark tests specifically 2021-06-29 12:07:26 +02:00
dark64
af975cb71d remove thread limit on cargo test, remove unnecessary -Zpackage-features 2021-05-26 17:52:25 +02:00
schaeff
dae95c99d2 make sure libsnark is activated in cross compilation and scripts 2021-04-13 15:50:52 +02:00
schaeff
6db7c04f59 limit test threads 2020-05-22 14:48:28 +02:00
Thibaut
210a8b9f3a remove web incompatible crates, change wasm flag to wasm_solvers, introduce wasm flag 2019-10-03 16:42:15 +02:00
schaeff
cdf394c7e1 solve conflicts except compile loop 2019-06-11 11:12:37 +02:00
Thibaut Schaeffer
b93bf6f1ef
Create binaries with libsnark disabled on new tags (#319)
* add appveyor, travis, remove libsnark as default, add push to gh

* fix appveyor

* change appveyor to nightly

* use cargo for build job

* change to build everywhere

* update token, reduce targets

* add more targets

* add on liner script

* remove rustc dep

* add need_cmd

* add check cmd

* simple brackets

* use check_cmd for curl

* copy stdlib to OUT_DIR

* ship stdlib in archive

* install stdlib, give PATH hints after build script

* clean

* comment

* scripts: ensure one-liner install script works with FreeBSD

* remove appveyor for now

* clean, remove windows, remove appveyor, remove travis test

* put back cross install

* fix stdlib test generation

* disable tests in travis

* restore test script to prevent tests to run..

* change scripts to keep same behaviour now that libsnark is disabled by default

* update docs with installer

* change docker to dockerhub

* change repo
2019-04-11 23:20:44 +02:00
schaeff
a93bb54589 include all packages in tests and build 2018-08-01 11:50:35 +02:00
schaeff
b3c0009615 extract fs resolver into new crate, rename crates, refactor importer 2018-07-31 16:57:21 +02:00