An error occurred fetching the project authors.
  1. 14 Jun, 2022 1 commit
    • Robert Schmidt's avatar
      Disable Asan in LDPC decoder generator executables · 0a74c23c
      Robert Schmidt authored
      The CI compiles the physims using Asan. This in turn compiles Asan into
      the LDPC decoder generator files. Since they are run during build, there
      are two options:
      
      1) trigger the build using capability SYS_PTRACE to allow running asan
         when executing the generators.
      2) disable asan in the generators.
      
      The first option seems not feasible, as the compilation of the ldpctest
      does not succeed (in fact, for a reason I don't understand, ninja seems
      to trigger linking and is then blocked indefinitely). Therefore, this
      commit simple disables asan in the generators.
      0a74c23c
  2. 13 Jun, 2022 2 commits
  3. 12 Jun, 2022 4 commits
  4. 10 Jun, 2022 4 commits
  5. 09 Jun, 2022 15 commits
  6. 08 Jun, 2022 14 commits