Commit Graph

6 Commits

Author SHA1 Message Date
Lukas Piatkowski
c70fe5dcf3 mononoke/GitHub workflows: remove beta and nightly testing from GitHub Actions
Summary: Those tests weren't really actionable, no one was paying attention to them and they recently started to report the whole job as failed even though the continue-on-error option was true. Just remove them.

Reviewed By: krallin

Differential Revision: D24645209

fbshipit-source-id: b21503a43db2afc82cccddc7fe6dd1daca2028dd
2020-10-30 03:10:19 -07:00
Lukas Piatkowski
ba1369bdfb rust/oss: update rustc version to 1.47 in rust-shed and eden GitHub workflows (#14)
Summary:
Pull Request resolved: https://github.com/facebookexperimental/rust-shed/pull/14

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

Internal codebase was updated to 1.47 with code changes that are no longer compatible with 1.44. Updating to OSS 1.47 to fix build.

Reviewed By: ikostia, mzr

Differential Revision: D24389087

fbshipit-source-id: b4152b7761b4f584e44ff5e0dfe415414ced8a94
2020-10-19 03:53:24 -07:00
Lukas Piatkowski
563f866548 mononoke/integration: build EdenSCM with non system OpenSSL (#12)
Summary:
Pull Request resolved: https://github.com/facebookexperimental/rust-shed/pull/12

The OpenSSL version on Mac doesn't work well with EdenSCM and Mononoke integration, just use the one from getdeps/brew.

Also remove the now redundant "DEVELOPER_DIR" since the modern XCode version works.

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

Reviewed By: StanislavGlebik

Differential Revision: D23927022

Pulled By: lukaspiatkowski

fbshipit-source-id: 6b6b3baa33d49b567b9aa6178cbd20b7ae9edc89
2020-09-26 12:31:14 -07:00
Lukasz Piatkowski
8053f99ccb fix a typo in GitHub workflow definition for Mononoke MacOs build (#31)
Summary: Pull Request resolved: https://github.com/facebookexperimental/eden/pull/31

Reviewed By: HarveyHunt

Differential Revision: D22625551

Pulled By: lukaspiatkowski

fbshipit-source-id: 3de0c6fb365d695ee3206efb9d1185cdef8a64bb
2020-07-20 04:50:12 -07:00
Lukasz Piatkowski
44c4ca8597 pass --allow-system-packages to getdeps.py build of Mononoke (#28)
Summary:
Using system packages speeds up the build process

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

Reviewed By: StanislavGlebik

Differential Revision: D22579916

Pulled By: lukaspiatkowski

fbshipit-source-id: 7315dc898143d44e2be29a1fa9c15554c5775b35
2020-07-17 00:36:06 -07:00
Lukasz Piatkowski
0dd3c4e4bb add Mononoke integration tests CI (#26)
Summary:
This diff adds a minimal workflow for running integrations tests for Mononoke. Currently only one test is run and it fails.

This also splits the regular Mononoke CI into separate files for Linux and Mac to match the current style in Eden repo.
There are the "scopeguard::defer" fixes here that somehow escaped the CI tests.
Some tweaks have been made to "integration_runner_real.py" to make it runnable outside FB context.
Lastly the change from using "[[ -v ... ]" to "[[ -n "${...:-}" ]]; in "library.sh" was made because the former is not supported by the default Bash version preinstalled on modern MacOS.

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

Reviewed By: krallin

Differential Revision: D22541344

Pulled By: lukaspiatkowski

fbshipit-source-id: 5023d147823166a8754be852c29b1e7b0e6d9f5f
2020-07-16 12:16:10 -07:00