aspnet / libuv-build

Libuv build automation for ASP.NET Core
Other
22 stars 18 forks source link

Build and pack symbols for libuv #35

Open muratg opened 6 years ago

muratg commented 6 years ago

From @JunTaoLuo on February 23, 2018 2:4

The libuv packages we build do not have any corresponding debug symbols. We should explore how we can produce and pack debug symbols in a libuv symbols package and publish this to the symbols server.

cc @davidfowl @halter73 for libuv expertise cc @Eilon @muratg for triage cc @natemcmaster for including additional symbols packages in our build.

Copied from original issue: aspnet/Home#2898

muratg commented 6 years ago

From @halter73 on February 23, 2018 2:45

Are we going to include the symbols in the main nuget package or on a myget symbol server?

The last time we discussed this, I was told we were saving the old symbols so we could upload them to a symbol server retroactively.

muratg commented 6 years ago

From @JunTaoLuo on February 23, 2018 3:5

Apparently we produce these in the libuv-build-windows builds, e.g. $DROPSHARE\libuv-build-windows\dev\10077\build\symbols. We should package these into symbols nupkgs and publish these along with our other symbols.

muratg commented 6 years ago

From @davidfowl on March 16, 2018 9:54

@JunTaoLuo did we ever look at this?

muratg commented 6 years ago

From @JunTaoLuo on March 16, 2018 17:6

Nope we never triaged this. cc @muratg

muratg commented 6 years ago

From @Eilon on March 19, 2018 16:53

Should this bug go to one of our libuv repos?

muratg commented 6 years ago

From @JunTaoLuo on March 19, 2018 17:3

Yes, and we should do this the next time we build libuv

Eilon commented 6 years ago

@muratg - candidate to move to RC?

muratg commented 6 years ago

@Eilon yes.

muratg commented 6 years ago

Moving this further out. We're making Sockets the default so this is a little less important.