https://github.com/osquery/osquery logo
Title
j

Julia Cox

12/13/2021, 5:10 PM
there aren't prebuilt windows debug binaries available for download, are there?
a

alessandrogario

12/13/2021, 6:04 PM
We don't have them, it would be nice to store the PDB files somewhere! I don't know if we already have a feature request open
👍 1
Would that solve the issue? That can be achieved by just changing the CI to build with a RelWithDebInfo configuration
a full Debug build would require a new worker
j

Julia Cox

12/13/2021, 6:21 PM
yeah any deb info is all I was looking for!
🎉 1
a

alessandrogario

12/13/2021, 6:58 PM
I have created the first issue here: https://github.com/osquery/osquery/issues/7415
Once that is ready, the follow up will be to update the release workflow to include the PDB with the release
j

Julia Cox

12/13/2021, 7:15 PM
awesome, thanks!