Skip to content
Snippets Groups Projects
  1. Jun 02, 2022
  2. May 30, 2022
    • Georgy Moshkin's avatar
      fix(build): fix build fail on rust 1.61 · 5157ab95
      Georgy Moshkin authored and Georgy Moshkin's avatar Georgy Moshkin committed
      since 1.61 rust has added a `whole-archive` modifier for link targets
      which is unset by default.
      
      Previously to this version this was probably undefined behavior, because
      the linking would work fine when building an executable (like picodata)
      but would fail with undefined symbols when building a static library.
      
      But now with the advent of this option, we can probably refactor
      picodata into a library which can be useful for testing, i.e. we can
      exclude testing stuff from the binary but still have a test binary with
      all the necessary runtime symbols.
      
      Closes #81
      5157ab95
  3. Apr 29, 2022
  4. Mar 11, 2022
  5. Mar 10, 2022
  6. Mar 09, 2022
  7. Feb 21, 2022
  8. Feb 18, 2022
    • Georgy Moshkin's avatar
      build: static linking with tarantool · f77d1e5d
      Georgy Moshkin authored
      + tarantool-sys submodule
      + tarantool-patches directory
      + build.rs build script to patch and build tarantool
      + static linking with tarantool
      + refactoring for cli arguments
      f77d1e5d
Loading