1. 25 Nov, 2019 2 commits
    • Volker Mische's avatar
      fix: make sure the displayed commit hash is right · 0d8fb551
      Volker Mische authored
      Don't display the commit hash the submodule should have, but the one the
      actual directory has. This allows replacing the `rust-fil-sector-builder`
      with a symlink to a local version.
      0d8fb551
    • Volker Mische's avatar
      fix: build Rust parts from source if available · 67fcec5c
      Volker Mische authored
      Old workflow:
      
       - Checkout submodule
       - Try to download precompiled assets
         - If downloading fails, compile the checked out submoduke
      
      New workflow:
      
       - Download precompiled assets if submodule directory is empty
         - If download fails checkout the submodule
         - Compile the submodule
       - If the submodule directory is not empty, compile what is in there
      
      The new workflow makes it easy to have a custom version of the submodule
      checked out in the directory and getting everything built correctly.
      67fcec5c
  2. 30 Oct, 2019 1 commit
    • Erin Swenson-Healey's avatar
      Feat/interactive porep (#40) · e8231db9
      Erin Swenson-Healey authored
      * feat(porep): update API for interactive PoRep
      
      * fix(build): grab .pc file from appropriate location
      
      * fix(leak): point to patched sector builder
      
      * feat(workers): configurable number worker threads
      
      * fix(leak): point to patched sector builder
      
      * fix(lint): use proper error formatter
      
      * tidy
      
      * fix(opencl): install opencl
      
      * fix(cache): v15 cache
      e8231db9
  3. 21 Oct, 2019 1 commit
  4. 19 Sep, 2019 1 commit
  5. 11 Sep, 2019 1 commit
  6. 28 Aug, 2019 2 commits
  7. 25 Jul, 2019 1 commit
  8. 16 Jul, 2019 1 commit