sapling/build/fbcode_builder/getdeps
Alex Hornby 96bef26081 add github actions for EdenFS on linux and fix Eden SCM Mac build (#106)
Summary:
Pull Request resolved: https://github.com/facebookexperimental/eden/pull/106

Pull Request resolved: https://github.com/facebookexperimental/eden/pull/107

Summary

* Add EdenFS builds on external CI now EdenSCM is good

* Mac builds on github actions by using brew for system dependencies

To make this work had to fix some path ordering issues with install directories for Linux and Mac, and generalise the homebrew path fixups we were doing for bison to all the used homebrew packages.

Previously Installed packages were being added after system paths, so our own installed thing might be ignored. On github these meant system python 3.9 was being used for hg tests rather than our specified 3.8 (this showed we have some test fails on python 3.9 with "SystemError: deallocated bytearray object has exported buffers", that are beyond the scope of this diff to fix)

Also needed to include the getdeps generated python into the generated edenscmdeps3.zip archive setup.py produces otherwise EdenFS tests failed to import thrift.Thrift

Eden tests are hanging when run externally about half way through, so disable them on github actions for now as this PR is already fairly large. They work when run locally on an internal devserver, so probably some bit of environment necessary is not defined in the test runner

Reviewed By: chadaustin

Differential Revision: D34116505

fbshipit-source-id: d0d628db5daabc28d0bd8997cd5c1bc885ed1e73
2022-02-14 11:56:53 -08:00
..
test remove legacy __future__ imports 2022-01-24 20:24:22 -08:00
__init__.py remediation of S205607 2020-07-17 17:16:13 -07:00
builder.py add github actions for EdenFS on linux and fix Eden SCM Mac build (#106) 2022-02-14 11:56:53 -08:00
buildopts.py add github actions for EdenFS on linux and fix Eden SCM Mac build (#106) 2022-02-14 11:56:53 -08:00
cache.py remove legacy __future__ imports 2022-01-24 20:24:22 -08:00
cargo.py limit parallelism based on available RAM 2022-02-01 17:12:48 -08:00
copytree.py prefetch projects in the background 2022-02-03 13:55:08 -08:00
dyndeps.py add freebsd support 2022-02-08 18:08:14 -08:00
envfuncs.py remove legacy __future__ imports 2022-01-24 20:24:22 -08:00
errors.py remove legacy __future__ imports 2022-01-24 20:24:22 -08:00
expr.py add support for testing package resolution by distro and distro version 2022-01-25 02:05:10 -08:00
fetcher.py add github actions for EdenFS on linux and fix Eden SCM Mac build (#106) 2022-02-14 11:56:53 -08:00
load.py add github actions for EdenFS on linux and fix Eden SCM Mac build (#106) 2022-02-14 11:56:53 -08:00
manifest.py add github actions for EdenFS on linux and fix Eden SCM Mac build (#106) 2022-02-14 11:56:53 -08:00
platform.py add freebsd support 2022-02-08 18:08:14 -08:00
py_wheel_builder.py opt into pyre 2022-01-24 20:24:23 -08:00
runcmd.py remove legacy __future__ imports 2022-01-24 20:24:22 -08:00
subcmd.py remove legacy __future__ imports 2022-01-24 20:24:22 -08:00