Skip to content
Snippets Groups Projects
  1. Sep 29, 2020
  2. Sep 28, 2020
    • 8tab's avatar
      Add symlink from libc.so to libc.so.6 · c000373a
      8tab authored
      Typically it's the other way around, but we can't have shared library named libc.so.6 in target/release directory.
      cargo includes 'target/release' in LD_LIBRARY_PATH for build script, so even if clean build runs fine,
      every subsquent run will make build script link with relibc.
      c000373a
  3. Sep 17, 2020
  4. Sep 10, 2020
  5. Sep 08, 2020
  6. Sep 06, 2020
  7. Aug 27, 2020
  8. Aug 25, 2020
  9. Aug 23, 2020
  10. Aug 22, 2020
  11. Aug 20, 2020
  12. Aug 17, 2020
  13. Aug 15, 2020
  14. Aug 14, 2020
  15. Aug 12, 2020
  16. Aug 11, 2020
    • jD91mZM2's avatar
      Run Linux tests in CI · d827c0f1
      jD91mZM2 authored
      commit 09cb17e66f46c6687fa0b9dc0895ad3279caa092
      Author: jD91mZM2 <me@krake.one>
      Date:   Mon Aug 10 18:03:20 2020 +0200
      
          comment out cargo tests
      
      commit 1915c7306e40f5c6af36b04c765e25ad9ffe9d16
      Author: jD91mZM2 <me@krake.one>
      Date:   Mon Aug 10 17:58:52 2020 +0200
      
          Update redoxer docker image
      d827c0f1
  17. Aug 08, 2020
Loading