Skip to content

Commit

Permalink
Restore -Werror for macOS builds (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Mar 12, 2024
1 parent 0767b21 commit 9f35474
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pipelines/main/platforms/build_macos.arches
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OS TRIPLET ARCH MAKE_FLAGS TIMEOUT
macos x86_64-apple-darwin x86_64 . .
macos aarch64-apple-darwin aarch64 . .
macos x86_64-apple-darwin x86_64 JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror .
macos aarch64-apple-darwin aarch64 JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror .

# 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
4 changes: 2 additions & 2 deletions pipelines/scheduled/platforms/build_macos.no_gpl.arches
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OS TRIPLET ARCH MAKE_FLAGS TIMEOUT
macos x86_64-apple-darwinnogpl x86_64 USE_GPL_LIBS=0 .
macos aarch64-apple-darwinnogpl aarch64 USE_GPL_LIBS=0 .
macos x86_64-apple-darwinnogpl x86_64 USE_GPL_LIBS=0,JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror .
macos aarch64-apple-darwinnogpl aarch64 USE_GPL_LIBS=0,JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror .

# 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

0 comments on commit 9f35474

Please sign in to comment.