Skip to content
Snippets Groups Projects
  1. Sep 22, 2022
  2. Jul 18, 2022
  3. Jul 06, 2022
    • Yaroslav Dynnikov's avatar
      fix: eliminate git from build deps · 46b3a99f
      Yaroslav Dynnikov authored
      It's impossible to build picodata with packpack - it removes the `.git`
      directory from the build environment. The git is only necessary for
      applying tarantool patches, but `patch -p1` can be used for that
      instead.
      46b3a99f
  4. Jun 02, 2022
  5. 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
  6. Apr 29, 2022
  7. Mar 11, 2022
  8. Mar 10, 2022
  9. Mar 09, 2022
  10. Feb 21, 2022
  11. 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