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 hmac features related to docs.rs build failures #1513

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

demoray
Copy link
Contributor

@demoray demoray commented Dec 11, 2023

No description provided.

@demoray demoray linked an issue Dec 11, 2023 that may be closed by this pull request
@johnbatty
Copy link
Contributor

Looks good to me.

I guess one question is whether we could add something to the CI pipeline or publish process to test docs generation. This might well be too much overhead for the CI pipeline to run on every build, so might be better handled as a pre-publish job. Is the current publish process scripted?

Copy link
Contributor

@johnbatty johnbatty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@demoray
Copy link
Contributor Author

demoray commented Dec 11, 2023

We build documentation as part of CICD.

cargo +${BUILD} doc --all --no-deps

Alas, this does not use the docs.rs build containers, which makes use of package.metadata.docs.rs as part of the build process.

@demoray demoray merged commit aac4105 into Azure:main Dec 11, 2023
19 checks passed
@demoray demoray deleted the fix-docs-rs-builds branch December 11, 2023 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

azure_identity 0.18.0 docs failed to build
2 participants