Commit 43047c6
fix(oss): Get integration tests running
Summary:
Recent changes to EdenFS have caused the OSS build of integration tests to go stale. These are some targeted fixes to get them working again:
1. Make the python-psutil package available
2. Fix the build "egg" generation
The second one puts a wrap on all the changes required by recent updates to EdenFS that required hybrid (python+native and/or cython) libraries.
The weirdest part that was required was renaming the targets to end in `.egg` -- this is actually required by one part of the python build infrastructure which tries to detect whether it is in a directory that ends with the `.egg` extension.
Tested through building Sapling/EdenFS (requires other fixes to run clean):
```
act --container-architecture linux/x86_64 -W .github/workflows/edenfs_linux.yml
```
X-link: facebook/sapling#1133
Reviewed By: genevievehelsel
Differential Revision: D83085685
Pulled By: bherila
fbshipit-source-id: a4dfa326d4282a58ab539695bb566a275c6d6b901 parent 8cb6631 commit 43047c6
2 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments