Skip to content

Commit

Permalink
epoll-shim: temporarily use my fork
Browse files Browse the repository at this point in the history
The current version of epoll-shim does not work as a purecap library.
Use my fork until jiixyj/epoll-shim#36 has
been merged.
  • Loading branch information
arichardson committed Jun 19, 2022
1 parent 65b22f9 commit 7d976d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pycheribuild/projects/cross/wayland.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@

class BuildEPollShim(CrossCompileCMakeProject):
target = "epoll-shim"
repository = GitRepository("https://github.com/jiixyj/epoll-shim")
repository = GitRepository("https://github.com/jiixyj/epoll-shim",
temporary_url_override="https://github.com/arichardson/epoll-shim",
url_override_reason="https://github.com/jiixyj/epoll-shim/pull/36")
supported_architectures = CompilationTargets.ALL_FREEBSD_AND_CHERIBSD_TARGETS + [CompilationTargets.NATIVE]

def configure(self, **kwargs):
Expand Down

0 comments on commit 7d976d2

Please sign in to comment.