Skip to content
Snippets Groups Projects
  1. Jun 15, 2023
  2. Jun 14, 2023
  3. Jun 13, 2023
  4. Jun 09, 2023
  5. Jun 08, 2023
  6. Jun 07, 2023
  7. Jun 06, 2023
  8. Jun 05, 2023
  9. Jun 02, 2023
  10. Jun 01, 2023
    • Yaroslav Dynnikov's avatar
      build: fix libcrypto renaming · 9485e9c1
      Yaroslav Dynnikov authored
      Renaming libcrypto breaks the rebuid. Repro:
      
      ```bash
      cargo build -vv
      rm -rf target/debug/picodata-*
      cargo build -vv
      ```
      
      It results in
      
      ```
      [build.rs:204] running ["cmake" "--build" "target/debug/build/tarantool-sys/tarantool-prefix/src/tarantool-build"]
      gmake[2]: *** No rule to make target 'target/debug/build/tarantool-sys/openssl-prefix/lib/libcrypto.a', needed by 'src/tarantool'.  Stop.
      ```
      
      Instead of renaming this patch makes a symlink.
      9485e9c1
    • Дмитрий Кибирев's avatar
      ci: enable build for macos m1 · b0470eb1
      Дмитрий Кибирев authored and Yaroslav Dynnikov's avatar Yaroslav Dynnikov committed
      b0470eb1
Loading