Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
github and circleci: disable macos CI.
Browse files Browse the repository at this point in the history
The CI is broken with something about how we invoke ld.

Lucet is in maintence mode, none of our team members use macos anymore
for development, and so we are stuck without a reasonable way to debug
this issue. Without any users on macos, it doesn't make sense to invest
in keeping CI working.
  • Loading branch information
Pat Hickey committed Oct 22, 2021
1 parent d143f71 commit 147b18b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ jobs:
################################
# macOS `make test-ci` targets #
################################
mac_ci_branch:
executor: macos
steps:
- mac_ci:
cache_target: true
# mac_ci_branch:
# executor: macos
# steps:
# - mac_ci:
# cache_target: true

mac_ci_main:
executor: macos
steps:
- mac_ci:
cache_target: false
# mac_ci_main:
# executor: macos
# steps:
# - mac_ci:
# cache_target: false

###################################################
# Linux `make test-ci` targets on old x64 backend #
Expand Down Expand Up @@ -82,14 +82,14 @@ workflows:
################################
# macOS `make test-ci` targets #
################################
- mac_ci_branch:
filters:
branches:
ignore: main
- mac_ci_main:
filters:
branches:
only: main
# - mac_ci_branch:
# filters:
# branches:
# ignore: main
# - mac_ci_main:
# filters:
# branches:
# only: main

###################################################
# Linux `make test-ci` targets on old x64 backend #
Expand Down
File renamed without changes.

0 comments on commit 147b18b

Please sign in to comment.