Commit d079207f authored by Alex Hornby's avatar Alex Hornby Committed by Facebook GitHub Bot

renable eden_scm build on macOS

Summary: renable after python update from previous diff took us to a Big Sur compatible version

Reviewed By: HarveyHunt

Differential Revision: D32619730

fbshipit-source-id: 50cefe8a2448b7e12d2f666b4570790bfbbe2cdf
parent 1148195e
...@@ -7,7 +7,7 @@ shipit_fbcode_builder = true ...@@ -7,7 +7,7 @@ shipit_fbcode_builder = true
[git] [git]
repo_url = https://github.com/facebookexperimental/eden.git repo_url = https://github.com/facebookexperimental/eden.git
[build.os=linux] [build.not(os=windows)]
builder = make builder = make
subdir = eden/scm subdir = eden/scm
...@@ -16,10 +16,6 @@ subdir = eden/scm ...@@ -16,10 +16,6 @@ subdir = eden/scm
# to be more # to be more
builder = nop builder = nop
[build.os=darwin]
# Disable for now to get clean CI
builder = nop
[make.build_args] [make.build_args]
getdepsbuild getdepsbuild
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment