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

Move builds to Fedora:40 #14076

Closed
13 of 15 tasks
coryan opened this issue Apr 26, 2024 · 2 comments
Closed
13 of 15 tasks

Move builds to Fedora:40 #14076

coryan opened this issue Apr 26, 2024 · 2 comments
Assignees
Labels
cpp: operator Good things for the operator to fix type: cleanup An internal cleanup or hygiene concern.

Comments

@coryan
Copy link
Member

coryan commented Apr 26, 2024

Fedora:40 is out: https://fedoramagazine.org/announcing-fedora-linux-40/ that means Fedora:39 (what we use in most builds) will be EOL around 2024-11: https://endoflife.date/fedora

Time to start updating the builds. Start by making a list:

If I was to do this again, I would make a script to make and submit all the PRs to run the builds in GCB. Then go and fix one by one.

@coryan coryan added the type: cleanup An internal cleanup or hygiene concern. label Apr 26, 2024
@coryan coryan added the cpp: operator Good things for the operator to fix label Apr 29, 2024
@alevenberg alevenberg self-assigned this May 6, 2024
@alevenberg
Copy link
Member

alevenberg commented May 6, 2024

For the publish-docs build

This does not generate docs

FAILED: google/cloud/CMakeFiles/cloud-docs /workspace/cmake-out/google/cloud/CMakeFiles/cloud-docs 
cd /workspace/google/cloud && /usr/bin/cmake -E make_directory /workspace/cmake-out/google/cloud && /usr/bin/doxygen /workspace/cmake-out/google/cloud/Doxyfile.cloud-docs
/workspace/google/cloud/doc/error-handling.dox:26: error: unable to resolve reference to 'google::cloud::operator<<(std::ostream&,google::cloud::Status const&)' for \ref command (warning treated as error, aborting now)
T+15.085s [...n_impl.cc.o
ninja: build stopped: subcommand failed.
==> 🕑 publish-docs completed in 239.704 seconds

I think I need to follow something like #13852 first. I'm guessing the << needs to be escaped or something and is conflicting with the <> </> tags.

@alevenberg
Copy link
Member

Closing for the fixit, moved the publish-docs to a separate issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp: operator Good things for the operator to fix type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

No branches or pull requests

2 participants