Skip to content

Commit

Permalink
Drop -Werror on x86_64-apple-darwin as well (#297)
Browse files Browse the repository at this point in the history
Now that we have the new `grannysmith` workers which also have the newer
`clang`, we need to drop this as well.
  • Loading branch information
staticfloat authored Apr 25, 2023
1 parent 9d3b040 commit d238857
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 10 deletions.
4 changes: 1 addition & 3 deletions pipelines/main/launch_signed_jobs.yml.signature
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
Salted__��Ib
k�Zn���np��0FiY8�'ݖ�|/��c�վ�R�}��8�i^I�
]@z���i�[���i�bjc���U? �}���x
Salted__A��-��:��ƀ>�򎘝J�ڏ�:�(�M/i�dK�l�Vw�Z�{�aS"��p�����p�ś�!�T���M��k���)�\>�)_�<ܖ
Expand Down
4 changes: 1 addition & 3 deletions pipelines/main/launch_upload_jobs.yml.signature
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
Salted__/���(�>�j���'׊��m�I4�* ��%�g^�
����|W�_�����2:�[��F:�
�F�����)n�'q`��4,�
Salted__�~�+=�}Jf��{s�ܺ�kQ���Q�f��A"���rM�t����$��C���&6��M?v�����xl5�@')k$���;���
2 changes: 1 addition & 1 deletion pipelines/main/platforms/build_macos.arches
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# OS TRIPLET ARCH MAKE_FLAGS TIMEOUT
macos x86_64-apple-darwin x86_64 JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror .
macos x86_64-apple-darwin x86_64 . .
macos aarch64-apple-darwin aarch64 . .

# These special lines allow us to embed default values for the columns above.
Expand Down
Binary file modified pipelines/scheduled/coverage/coverage.yml.signature
Binary file not shown.
2 changes: 1 addition & 1 deletion pipelines/scheduled/launch_signed_jobs.yml.signature
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Salted__S�ø�[��X�ш(Z����+�%ˣB����N�$~*�P�9��?�:�-G�w2�J=�6��v��j�(�M �p�k3��S���oR�B
Salted___�������h|x����V�q�#���y���<��^8��\!��'�;�h���t�5�4�>����1O��|/[�=���.|�~VH��_fBO�
2 changes: 1 addition & 1 deletion pipelines/scheduled/launch_upload_jobs.yml.signature
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Salted__�*�����b��曆i�r�l�=IZ?�z>�^�E}u�r9�74,5�N�+��CA�$x}�'�.#nJ�ʼn��>ڳo�0`�>
Salted__�.�HU�"�Т���H���ȉ�P�Iqr��z�hUʬ��Э���܌��qM]�Ǩ��u����a��L�~����ˠ(-�(���<�r�
2 changes: 1 addition & 1 deletion pipelines/scheduled/platforms/build_macos.no_gpl.arches
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# OS TRIPLET ARCH MAKE_FLAGS TIMEOUT
macos x86_64-apple-darwinnogpl x86_64 USE_GPL_LIBS=0,JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror .
macos x86_64-apple-darwinnogpl x86_64 USE_GPL_LIBS=0 .
macos aarch64-apple-darwinnogpl aarch64 USE_GPL_LIBS=0 .

# These special lines allow us to embed default values for the columns above.
Expand Down

0 comments on commit d238857

Please sign in to comment.