Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCan't install UWP Nightly because of missing certificate #25362
Closed
Labels
Comments
|
Bleah. That's true, and I'm not really sure what to do about it, since signing with the certificate yields binaries that can't be submitted to the store. |
|
This probably also is why I can't install the nightly build on devices as well :( |
|
At least I've found a way of installing Servo UWP without a Microsoft account:
|
bors-servo
added a commit
that referenced
this issue
Jan 31, 2020
Sign UWP packages by default. Signing needs to be disabled when creating packages that are submitted to the MS app store, but it needs to be enabled in order to create packages that can be sideloaded. Since sideloading is the much more common operation, let's turn it on by default and make it possible to opt out of it. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #25362 - [x] These changes do not require tests because we don't have UWP tests
bors-servo
added a commit
that referenced
this issue
Feb 12, 2020
Sign UWP packages by default. Signing needs to be disabled when creating packages that are submitted to the MS app store, but it needs to be enabled in order to create packages that can be sideloaded. Since sideloading is the much more common operation, let's turn it on by default and make it possible to opt out of it. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #25362 - [x] These changes do not require tests because we don't have UWP tests
bors-servo
added a commit
that referenced
this issue
Feb 14, 2020
Sign UWP packages by default. Signing needs to be disabled when creating packages that are submitted to the MS app store, but it needs to be enabled in order to create packages that can be sideloaded. Since sideloading is the much more common operation, let's turn it on by default and make it possible to opt out of it. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #25362 - [x] These changes do not require tests because we don't have UWP tests
bors-servo
added a commit
that referenced
this issue
Mar 9, 2020
bors-servo
added a commit
that referenced
this issue
Mar 9, 2020
bors-servo
added a commit
that referenced
this issue
Mar 9, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sideloading is not possible without manually installing the certificate.
Probably regressed by #25309: b3d0388#diff-99c45e2e6d2483a397f820708c4398eeR12
(
AppxPackageSigningEnabled=false).last good: https://servo-builds.s3.dualstack.us-west-2.amazonaws.com/nightly/uwp/2019-12-16T09:10:08Z-ServoApp_1.0.0.0_Test.zip
first bad: https://servo-builds.s3.dualstack.us-west-2.amazonaws.com/nightly/uwp/2019-12-17T09:09:58Z-ServoApp_1.0.0.0_Test.zip