Skip to content

Commit

Permalink
sapling: disable flaky tests on github getdeps cli
Browse files Browse the repository at this point in the history
Summary:
X-link: facebook/sapling#973

X-link: facebookincubator/zstrong#1017

* disable flaky tests as per comment in Makefile
* fix Makefiles JOBS sed expression to be macOS make compatible
* remove Makefile comment in multiline shell, macOS make didn't like it
* remove hexdump from deps for macOS where it is a system util

Reviewed By: quark-zju

Differential Revision: D64781284

fbshipit-source-id: a7f52c67d430219dcf7173b8d03cafe32fe41989
  • Loading branch information
ahornby authored and facebook-github-bot committed Oct 23, 2024
1 parent fa184df commit a01aa9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/fbcode_builder/manifests/sapling
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fb303
fbthrift
rust-shed

[dependencies.test=on]
[dependencies.all(test=on,not(os=darwin))]
hexdump

[dependencies.not(os=windows)]
Expand Down

0 comments on commit a01aa9a

Please sign in to comment.