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

gitea: fix build because of multiple Go packages in the same directory #9350

Merged
merged 2 commits into from
Jan 5, 2023

Conversation

kyakdan
Copy link
Contributor

@kyakdan kyakdan commented Jan 4, 2023

The repo has a file named external_renderer.go, which belongs to the main package and is located in the same directory as the fuzz tests, which belong to the fuzz package. This causes a build failure, and no fuzzers can be built.

@AdamKorcz
Copy link
Collaborator

The build is getting fixed here: go-gitea/gitea#22313

@DonggeLiu DonggeLiu self-requested a review January 5, 2023 01:06
@DonggeLiu DonggeLiu enabled auto-merge (squash) January 5, 2023 01:06
@DonggeLiu DonggeLiu merged commit b6ce1d4 into google:master Jan 5, 2023
eamonnmcmanus pushed a commit to eamonnmcmanus/oss-fuzz that referenced this pull request Mar 15, 2023
google#9350)

The repo has a file named `external_renderer.go`, which belongs to the
`main` package and is located in the same directory as the fuzz tests,
which belong to the `fuzz` package. This causes a build failure, and no
fuzzers can be built.
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.

3 participants