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

Update windows codesigning for scheduled build #410

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pipelines/scheduled/platforms/build_windows.no_gpl.arches
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# OS TRIPLET ARCH DOCKER_ARCH MAKE_FLAGS TIMEOUT DOCKER_TAG
windows x86_64-w64-mingw32nogpl x86_64 x86_64 VERBOSE=1 . v5.44
windows x86_64-w64-mingw32nogpl x86_64 x86_64 VERBOSE=1 . v7.10

# These special lines allow us to embed default values for the columns above.
# Any column without a default mapping here will simply substitute a `.` to the empty string
Expand Down
2 changes: 1 addition & 1 deletion pipelines/scheduled/platforms/upload_windows.no_gpl.arches
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# OS TRIPLET DOCKER_TAG TIMEOUT
windows x86_64-w64-mingw32nogpl v5.44 .
windows x86_64-w64-mingw32nogpl v7.10 .

# These special lines allow us to embed default values for the columns above.
# Any column without a default mapping here will simply substitute a `.` to the empty string
Expand Down
8 changes: 6 additions & 2 deletions pipelines/scheduled/platforms/upload_windows.no_gpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ steps:
variables:
- AWS_ACCESS_KEY_ID="U2FsdGVkX184v87+NPs3j9r/JoIuOrYt4/Z4wnRdklnY17NP8C8AMZvWYLJfT9t1"
- AWS_SECRET_ACCESS_KEY="U2FsdGVkX1+qptnxR/Mo5jZdH8OQfflRPiQBEhjgZIiTpn8KNCJYh/Cb8xxaUWazlcM9ceOlo0InDubL+J8zdg=="
- WINDOWS_CODESIGN_PASSWORD="U2FsdGVkX1+wiqniliFf7YWn1f/Y2rppITsOMvLGgK8n+GYWXWJH+POojLhEwU75"
- AZURE_TENANT_ID="U2FsdGVkX1+c2HbeSTq1c0fEep5riO3+PSQCiovdRT5akVpyy5hC311cXUCUB+A7ivIezAdJ7oz3dt19t60iuw=="
- AZURE_CLIENT_ID="U2FsdGVkX195QeT0ywNdXSa2ctMb9DFXyFVo0zG0/GtZUw95PTycqSZ+qEwXZbRZhGxXjGMVzcP2XZ0f/OuNnQ=="
- AZURE_CLIENT_SECRET="U2FsdGVkX1/905nz82Iy5toukRXEO8QS2etwfFCocofgnpBB62wJRDrWClPCNEX6ICo0jQzgoSbwDr2+C1ETSA=="
files:
- .buildkite/secrets/tarball_signing.gpg
- .buildkite/secrets/windows_codesigning.pfx
Expand All @@ -46,9 +48,11 @@ steps:
# Have to include this for `buildkite-agent` to work:
- "BUILDKITE_AGENT_ACCESS_TOKEN"
# Have to include these for codesigning and uploading
- "WINDOWS_CODESIGN_PASSWORD"
- "AWS_ACCESS_KEY_ID"
- "AWS_SECRET_ACCESS_KEY"
- "AZURE_TENANT_ID"
- "AZURE_CLIENT_ID"
- "AZURE_CLIENT_SECRET"
# These control where we upload, important when running on julia-buildkite
- "S3_BUCKET"
- "S3_BUCKET_PREFIX"
Expand Down