You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
### Description
Add `rustdocflags` override in `Makefile` when it's macos to make doc
test work.
Note that `config.toml` doesn't support to specify `rustdocflags` under
`[target.'cfg(target_os = "macos")']` (see
rust-lang/cargo#11323) so we have to use command
line override to add it manually.
### Issue Link
Resolves#1410
### Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] This change requires a documentation update
### How Has This Been Tested?
On macos, run `make test_doc`.
Co-authored-by: Chih Cheng Liang <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What command(s) is the bug in?
make test
Describe the bug
Here is part of the error message.
Concrete steps to reproduce the bug. If it's able reproduce via testool, please share
test_id
from jenkins reportNo response
The text was updated successfully, but these errors were encountered: