1. 06 Jun, 2023 1 commit
  2. 20 Jan, 2023 1 commit
  3. 03 Jan, 2023 1 commit
  4. 13 Jun, 2022 1 commit
  5. 09 May, 2022 3 commits
  6. 15 Mar, 2022 1 commit
  7. 07 Mar, 2022 2 commits
  8. 10 Nov, 2021 2 commits
  9. 05 Nov, 2021 3 commits
  10. 03 Nov, 2021 1 commit
  11. 27 Aug, 2021 1 commit
  12. 28 May, 2021 1 commit
  13. 07 Apr, 2021 2 commits
  14. 01 Oct, 2020 1 commit
  15. 17 Jun, 2020 4 commits
  16. 11 Jun, 2020 2 commits
  17. 14 Nov, 2019 1 commit
    • Oliver O'Halloran's avatar
      opal-ci: Remove clang builds on 18.04 · 7abb0ef5
      Oliver O'Halloran authored
      commit 3734172b
      
       ("build: fix non-constant build asserts") added the
      following check in asm/head.S:
      
      .if reset_patch_end - reset_patch_start > 0x100
             .error "Reset patch overflow"
      .endif
      
      Some older versions of clang such as the one that ships with ubuntu
      18.04 (vlang 6.0.0) don't consider symbol addresses as constant which
      causes the following error:
      
       asm/head.S:578:5: error: expected absolute expression
       .if reset_patch_end - reset_patch_start > 0x100
           ^
       asm/head.S:579:2: error: Reset patch overflow
        .error "Reset patch overflow"
      
      This appears to be a bug with the clang assembler that is fixed with
      versions of clang. Clang support in skiboot is best-effort so removing
      the clang builds from the Ubuntu 18.04 CI script is preferable to
      working around the limitations of the older versions of clang.
      Signed-off-by: default avatarOliver O'Halloran <oohall@gmail.com>
      7abb0ef5
  18. 26 Jul, 2019 2 commits
  19. 24 Jun, 2019 1 commit
  20. 21 May, 2019 2 commits
  21. 17 Apr, 2019 1 commit
  22. 28 Mar, 2019 2 commits
  23. 20 Mar, 2019 1 commit
  24. 15 Mar, 2019 2 commits
  25. 12 Dec, 2018 1 commit