1. 05 Feb, 2021 2 commits
  2. 04 Feb, 2021 1 commit
    • Helmut Grohne's avatar
      Fix new CMake definitions to correctly use CMAKE_OBJDUMP (Closes: #981652) · 18a5787a
      Helmut Grohne authored and Otto Kekäläinen's avatar Otto Kekäläinen committed
      Galera-4 fails to cross build from source, because it runs the build
      architecture objdump on a host architecture ELF object. This is due to
      hard coding the build architecture objdump in galera/src/CMakeLists.txt.
      The solution here is to use ${CMAKE_OBJDUMP}, which refers to the
      correctly detected objdump for the host architecture. Beyond this, it
      also uses ldd, which is bound to fail during cross compilation. Almost
      the same effect can be achieved with objdump -x though, so I propose
      using it here as well. Please consider applying the attached patch as it
      makes galera-4 cross buildable.
      18a5787a
  3. 01 Feb, 2021 2 commits
  4. 30 Jan, 2021 2 commits
  5. 28 Jan, 2021 5 commits
  6. 07 Nov, 2020 1 commit
  7. 06 Nov, 2020 3 commits
  8. 01 Nov, 2020 4 commits
  9. 26 Oct, 2020 1 commit
  10. 13 Oct, 2020 1 commit
    • Otto Kekäläinen's avatar
      Salsa-CI: Update to be compatible with latest master/salsa-ci.yml · a2d42410
      Otto Kekäläinen authored
      The salsa-ci.yml contains references to files that when changed "upstream"
      mandate changes downstream so that the pipelines will work again.
      
      Also refactor and fix syntax issues as has been done in the mariadb-10.5
      salsa-ci.yml file.
      
      Extend CI with job 'galera-3 stretch to galera-4 upgrade'.
      a2d42410
  11. 10 Sep, 2020 1 commit
    • Otto Kekäläinen's avatar
      Apply the test timeout multiplier on all architectures · cbd995fb
      Otto Kekäläinen authored
      This helps avoid any annoying timeouts in tests, e.g.
      
        0%: Checks: 2, Failures: 0, Errors: 2
        galerautils/tests/gu_lock_step_test.c:53:E:gu_lock_step:gu_lock_step_test:0: (after this point) Test timeout expired
        galerautils/tests/gu_lock_step_test.c:122:E:gu_lock_step:gu_lock_step_race:0: (after this point) Test timeout expired
      
      Also inline the double if statements to make them more readable.
      cbd995fb
  12. 03 Sep, 2020 1 commit
  13. 02 Sep, 2020 1 commit
  14. 29 Jun, 2020 1 commit
  15. 28 Jun, 2020 2 commits
  16. 29 May, 2020 4 commits
  17. 16 May, 2020 2 commits
  18. 23 Feb, 2020 2 commits
  19. 07 Feb, 2020 1 commit
  20. 11 Jan, 2020 1 commit
  21. 05 Jan, 2020 2 commits