Skip to content

How to make aw-server-rust on linux not be in "test" mode? #758

Answered by ErikBjare
pmolodo asked this question in Q&A
Discussion options

You must be logged in to vote

This is probably a packaging issue. The aw-server-rust binary produced in CI is built in debug mode for some reason (which leads to running in testing mode by default -> port 5666).

I'll look into that.

Edit: Hmm, maybe not. Still investigating.

Edit: Ok nvm, it definitely built in debug mode: https://github.com/ActivityWatch/activitywatch/runs/6724471272

 warning: `aw-server` (bin "aw-server") generated 1 warning
    Finished dev [unoptimized + debuginfo] target(s) in 3m 46s

Now I just need to figure out why.

Edit: It's because of this

I need to figure out a way to set that correctly, depending…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@pmolodo
Comment options

@pmolodo
Comment options

@ErikBjare
Comment options

@pmolodo
Comment options

Answer selected by pmolodo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants