Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion projects/facebook.com/watchman/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ build:
github.com/skystrife/cpptoml: "*"
# these need version locking, but we don't support that yet
# facebook.com/fbthrift: '{{version}}'
# facebook.com/mvfst: '{{version}}h
# facebook.com/mvfst: '{{version}}'
facebook.com/fbthrift: "*"
facebook.com/mvfst: "*"
google.com/googletest: "*"
rust-lang.org: "*"
curl.se: "*"
linux:
gnu.org/gcc: 14
script:
Expand Down Expand Up @@ -66,6 +67,14 @@ build:
- done
if: ">=2026.6.8"

# missing export
- run:
- if test ! -f GlobPath.h; then
- curl -LO https://github.com/facebook/sapling/raw/refs/heads/main/eden/fs/utils/GlobPath.h
- fi
if: ">=2026.8.3"
working-directory: eden/fs/utils

- cmake -S . -B build $CMAKE_ARGS -DCMAKE_C_FLAGS="$CFLAGS" -DCMAKE_CXX_FLAGS="$CXXFLAGS"
- cmake --build build
- cmake --install build
Expand Down
Loading