[PR #1911] [MERGED] Fix fuzz build #2693

Closed
opened 2026-03-16 11:03:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1911
Author: @manunio
Created: 3/24/2023
Status: Merged
Merged: 4/2/2023
Merged by: @bluejekyll

Base: mainHead: fix-oss-fuzz-build


📝 Commits (2)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 Cargo.toml (+1 -0)

📄 Description

Fuzz build fails with following error, I'm not sure if this is right fix but adding fuzz to workspace.members fixes the error.

Step #3 - "compile-libfuzzer-address-x86_64": error: failed to parse manifest at `/src/trust-dns/fuzz/Cargo.toml`
Step #3 - "compile-libfuzzer-address-x86_64": 
Step #3 - "compile-libfuzzer-address-x86_64": Caused by:
Step #3 - "compile-libfuzzer-address-x86_64":   error inheriting `libfuzzer-sys` from workspace root manifest's `workspace.dependencies.libfuzzer-sys`
Step #3 - "compile-libfuzzer-address-x86_64": 
Step #3 - "compile-libfuzzer-address-x86_64": Caused by:
Step #3 - "compile-libfuzzer-address-x86_64":   failed to find a workspace root

This fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57350


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/1911 **Author:** [@manunio](https://github.com/manunio) **Created:** 3/24/2023 **Status:** ✅ Merged **Merged:** 4/2/2023 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `fix-oss-fuzz-build` --- ### 📝 Commits (2) - [`97e76f3`](https://github.com/hickory-dns/hickory-dns/commit/97e76f3f9f06336491d4186667be67df8311e7cd) Fix fuzz build - [`1cb35c3`](https://github.com/hickory-dns/hickory-dns/commit/1cb35c37a7e0f9dd06ecb1b5cc7cf74f0eb5df95) fix ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+1 -0) </details> ### 📄 Description Fuzz build fails with following error, I'm not sure if this is right fix but adding `fuzz` to workspace.members fixes the error. ``` Step #3 - "compile-libfuzzer-address-x86_64": error: failed to parse manifest at `/src/trust-dns/fuzz/Cargo.toml` Step #3 - "compile-libfuzzer-address-x86_64": Step #3 - "compile-libfuzzer-address-x86_64": Caused by: Step #3 - "compile-libfuzzer-address-x86_64": error inheriting `libfuzzer-sys` from workspace root manifest's `workspace.dependencies.libfuzzer-sys` Step #3 - "compile-libfuzzer-address-x86_64": Step #3 - "compile-libfuzzer-address-x86_64": Caused by: Step #3 - "compile-libfuzzer-address-x86_64": failed to find a workspace root ``` This fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57350 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:03:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#2693
No description provided.