ActivityWatch / aw-watcher-afk

Watches keyboard and mouse activity to determine if you are AFK or not (for use with ActivityWatch)
Mozilla Public License 2.0
47 stars 31 forks source link

pyproject: Fix broken 32-bit support #42

Closed johan-bjareholt closed 4 years ago

johan-bjareholt commented 4 years ago

Found in this forum post

https://forum.activitywatch.net/t/32-bits-package-or-windows-compiling-how-to/643/6

johan-bjareholt commented 4 years ago

@ErikBjare Why isn't travis running? Would like the CI to try to build it on windows

ErikBjare commented 4 years ago

I also have no idea why Travis isn't running. I could look into it after the weekend.

johan-bjareholt commented 4 years ago

Not sure this'll work as you intended.

I'm not sure either, but I need to either build it on windows or have a functioning CI to figure that out.

ErikBjare commented 4 years ago

I was certain that I had added Github actions to this repo, and I kinda had: https://github.com/ActivityWatch/aw-watcher-afk/pull/39

However, that PR is stalled due to the therein mentioned issue with poetry.

Edit: I cherry-picked the commit that adds GitHub Actions onto master, if you rebase it should work now.

johan-bjareholt commented 4 years ago

Not able to solve without poetry fixing the following issue, closing

https://github.com/python-poetry/poetry/issues/1616