JuliaCI / julia-buildbot

Buildbot configuration for build.julialang.org
MIT License
18 stars 14 forks source link

Nightly Windows Binaries are not signed #181

Closed musm closed 3 years ago

musm commented 3 years ago

@staticfloat

Is there any reason we skip signing for the nightly executables? It ends up getting flagged by Windows when trying to download them.

staticfloat commented 3 years ago

they should be getting signed. Here's an example build that looks like it was signed properly: https://build.julialang.org/#/builders/21/builds/7923

musm commented 3 years ago

You are right they are signed, I don't know why Windows flag the downloads from https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe

musm commented 3 years ago

For example when I download the release versions don't have the same issue.

staticfloat commented 3 years ago

I believe that’s because windows antivirus has a threshold of the number of times an executable needs to be seen in the wild before it is accepted as “safe” or some such.

On Wed, Dec 30, 2020 at 11:51 Mustafa M notifications@github.com wrote:

For example when I download the release versions don't have the same issue.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/JuliaCI/julia-buildbot/issues/181#issuecomment-752738211, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA762DUSKB3IRFQELXZPW3SXOAD5ANCNFSM4VOQYMLQ .

musm commented 3 years ago

I see, I guess we can't control that.