Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
platform: ubuntu-22.04
CC: gcc
CXX: g++
- name: Ubuntu (GCC 9.5.0)
- name: Ubuntu (GCC 10.5.0)
platform: ubuntu-22.04
CC: gcc-9
CXX: g++-9
CC: gcc-10
CXX: g++-10
- name: Ubuntu (clang 18.1.3)
platform: ubuntu-24.04
CC: clang
Expand Down
1 change: 1 addition & 0 deletions client/crashpad_info_note.S
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ CRASHPAD_NOTE_REFERENCE:
// linking Crashpad. The subtraction from |name| is a convenience to allow the
// value to be computed statically.
.quad name - CRASHPAD_NOTE
.section .note.GNU-stack,"",@progbits