mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-07 07:02:53 +03:00
getdeps: fix artifact generation (#808)
Summary: The mismatched project output settings were causing the dyndeps fixup to fail to find any objects and thus none of the artifacts are populated for posix platforms. Pull Request resolved: https://github.com/facebook/watchman/pull/808 Test Plan: The PR published artifacts to: * https://github.com/facebook/watchman/actions/runs/91617994 * https://github.com/facebook/watchman/actions/runs/91617996 * https://github.com/facebook/watchman/actions/runs/91617997 Reviewed By: simpkins Differential Revision: D21315090 Pulled By: wez fbshipit-source-id: 60461809f55e73119f7206e3f392d5b237722f85
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b31707b3dd
commit
ac0bfe3c4f
@@ -759,7 +759,8 @@ jobs:
|
||||
out.write(" - name: Copy artifacts\n")
|
||||
out.write(
|
||||
f" run: {getdeps} fixup-dyn-deps "
|
||||
f"--src-dir=. {manifest.name} _artifacts/{job_name} --final-install-prefix /usr/local\n"
|
||||
f"--src-dir=. {manifest.name} _artifacts/{job_name} {project_prefix} "
|
||||
f"--final-install-prefix /usr/local\n"
|
||||
)
|
||||
|
||||
out.write(" - uses: actions/upload-artifact@master\n")
|
||||
|
Reference in New Issue
Block a user