Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(watchman) #7226

Closed
wants to merge 0 commits into from
Closed

fix(watchman) #7226

wants to merge 0 commits into from

Conversation

Dunedubby
Copy link
Contributor

No description provided.

@Dunedubby
Copy link
Contributor Author

Judging from the logs, we may need to update folly to a more recent version. The correct version (2024.09.09.00) has not yet been released on pkgx.

@jhheider
Copy link
Contributor

yeah, they update every week, but have to be built in a specific order. i'll get them finished tomorrow. though watchman hasn't built for our linux targets in a few months.

@Dunedubby
Copy link
Contributor Author

Dunedubby commented Sep 12, 2024 via email

@jhheider
Copy link
Contributor

that should probably be an runtime.env.WATCHMAM_STATE_DIR: ${{prefix}}/var unless there's a reason we shouldn't hijack it.

@@ -46,7 +46,7 @@ build:
WATCHMAN_STATE_DIR: "{{prefix}}/var/run/watchman"
CMAKE_ARGS:
- -DCMAKE_INSTALL_PREFIX="{{prefix}}
- -DCMAKE_PREFIX_PATH=$(echo $LIBRARY_PATH | sed 's/\/lib:/:/g; s/\/lib$//')
- -DCMAKE_PREFIX_PATH=$(echo $LIBRARY_PATH | sed 's/\/lib:/;/g; s/\/lib$//')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CMAKE_PREFIX_PATH should be fixed in pkgx 1.2.1 again. sorry for the breakage!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah okay haha I was wondering what was happening...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants