Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI builds #8161

Merged
merged 6 commits into from Nov 18, 2023
Merged

Fix CI builds #8161

merged 6 commits into from Nov 18, 2023

Conversation

dbaileychess
Copy link
Collaborator

@dbaileychess dbaileychess commented Nov 18, 2023

Various fixes to get the CI working.

Upgrade to gcc 13 and clang 15.

Clang-15 and C++23 don't seem to be working, so excluding it from CI for now.

Upgrade to gcc 13 and clang 15
@github-actions github-actions bot added the CI Continuous Integration label Nov 18, 2023
@github-actions github-actions bot added the c++ label Nov 18, 2023
@dbaileychess dbaileychess changed the title Update build.yml Fix CI builds Nov 18, 2023
@dbaileychess dbaileychess merged commit 4354945 into master Nov 18, 2023
47 checks passed
@dbaileychess dbaileychess deleted the dbaileychess-patch-1 branch November 18, 2023 08:20
candysonya pushed a commit to candysonya/flatbuffers that referenced this pull request Jan 8, 2024
* Update build.yml

Upgrade to gcc 13 and clang 15

* switch to __is_trivially_copyable

* fix cmake issue and warning about sign comparison

* Use libc++ for C++23 on clang for now

* Use libc++ for C++23 on clang for now

* exclude clang+15 for C++13 builds
candysonya pushed a commit to candysonya/flatbuffers that referenced this pull request Jan 21, 2024
* Update build.yml

Upgrade to gcc 13 and clang 15

* switch to __is_trivially_copyable

* fix cmake issue and warning about sign comparison

* Use libc++ for C++23 on clang for now

* Use libc++ for C++23 on clang for now

* exclude clang+15 for C++13 builds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant