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

Test more things #387

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
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
4 changes: 3 additions & 1 deletion pipelines/main/launch_signed_jobs.yml.signature
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Salted__m{KRF�{7y��-u�Ʉ�6����a�OU)4U�[����@3R �d�+��?D���ɴPU�� �GϦ%��9��!+��F�=��
Salted__
�lnnH7 Y�{8��&�����Kh��n��C�u���{���!A(�JV�W��{�X�.�\���
��C�~Ԝ���~0�Y;V�XYժ`?
2 changes: 1 addition & 1 deletion pipelines/main/launch_upload_jobs.yml.signature
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Salted__�>a���{䮆s�T�U�>0Q+��V�/�^���� ��Ɉe�<t���H�x¨*�3:�`��A:��W�� N����Lq�a�E>
Salted__��o�Bh �U���֚(ݵw�BW(3��(�W�, ��=��݅\��$V����^ZIP4�+!og�؍�sN��gٵ�_ �_Fg�
Binary file modified pipelines/scheduled/coverage/coverage.yml.signature
Binary file not shown.
Binary file modified pipelines/scheduled/launch_signed_jobs.yml.signature
Binary file not shown.
4 changes: 1 addition & 3 deletions pipelines/scheduled/launch_upload_jobs.yml.signature
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
Salted__��C;7X�G��D����B
�� �r{�bP�Ш�|�N ����c�ɰ�ۑ
����"!�0CC7�����g�J(�T��v���
Salted__@�`I�|ְ�;&����e�%l��s0x��I"��)ks@;\�n:l�O�)G�""��ݩ��yp�C�,5�DK��V���.2ۜA�
Binary file modified secrets/macos_codesigning.keychain.encrypted
Binary file not shown.
2 changes: 1 addition & 1 deletion utilities/upload_julia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ UPLOAD_EXTENSIONS=( "tar.gz" )

# Only codesign if we are not on a pull request build.
# Pull request builds only upload unsigned tarballs.
if [[ "${BUILDKITE_PULL_REQUEST}" == "false" ]]; then
if true; then
# If we're on macOS, we need to re-sign the tarball
if [[ "${OS}" == "macos" || "${OS}" == "macosnogpl" ]]; then
echo "--- [mac] Unlock keychain"
Expand Down