From 7b24a65e319515138379800618d12941989ffabd Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Mon, 5 Oct 2020 18:44:12 +0200 Subject: [PATCH] ci fixes --- .circleci/config.yml | 30 ------------------- .../src/stacked/vanilla/create_label/multi.rs | 2 +- 2 files changed, 1 insertion(+), 31 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 000c6c7af4..d91743d762 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -128,32 +128,6 @@ jobs: RUST_TEST_THREADS: 1 no_output_timeout: 30m - # Running with `use_fil_blst=true` should be integrated directly into the test code. For now we - # just re-run the tests that exercise the fil-blst code path with that setting set. - test_fil_blst: - docker: - - image: filecoin/rust:latest - working_directory: /mnt/crate - resource_class: 2xlarge+ - steps: - - configure_environment_variables - - checkout - - attach_workspace: - at: "." - - restore_cache: - keys: - - cargo-v28-{{ checksum "rust-toolchain" }}-{{ checksum "Cargo.toml" }}-{{ checksum "Cargo.lock" }}-{{ arch }} - - restore_parameter_cache - - run: - name: Test with fil-blst enabled - command: | - ulimit -n 20000 - ulimit -u 20000 - ulimit -n 20000 - cargo +$(cat rust-toolchain) test --verbose --release --test api -- --ignored - environment: - RUST_TEST_THREADS: 1 - FIL_PROOFS_USE_FIL_BLST: true # Running with `use_multicore_sdr=true` should be integrated directly into the test code. For now we # just re-run the lifecycle tests to exercise the use_multicore_sdr code path with that setting set. @@ -450,10 +424,6 @@ workflows: requires: - cargo_fetch - ensure_groth_parameters_and_keys_linux - - test_fil_blst: - requires: - - cargo_fetch - - ensure_groth_parameters_and_keys_linux - test_multicore_sdr: requires: diff --git a/storage-proofs/porep/src/stacked/vanilla/create_label/multi.rs b/storage-proofs/porep/src/stacked/vanilla/create_label/multi.rs index 524f12c4a1..cfa9b2103d 100644 --- a/storage-proofs/porep/src/stacked/vanilla/create_label/multi.rs +++ b/storage-proofs/porep/src/stacked/vanilla/create_label/multi.rs @@ -582,9 +582,9 @@ pub fn create_labels_for_decoding