You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
Not building. From a fresh recursive git clone, a go build ./cmd/temporalite gives:
C:\Users\user\go\pkg\mod\github.com\temporalio\[email protected]\server\server.go:47:113: pattern generated/ui/_app/assets/pages/namespaces/\[namespace\]/queues/\[queue\]/*: syntax error in pattern
Since the UI server was added, https://github.com/temporalio/ui-server/issues/104 is causing problems with Windows build. Supporting the UI as a build flag (or one prefixed with a bang for opt-out) per #33 could alleviate this temporarily. Also, I'd recommend adding Windows do the CI workflow.
This is on Go 1.17.7. I have not investigated the fix, this is just for tracking.
The text was updated successfully, but these errors were encountered:
In the mean time, Windows users can work around this by building Temporalite with the headless tag enabled:
go install -tags headless github.com/DataDog/temporalite/cmd/temporalite@latest
#47 added build/test support for Windows and macOS in addition to linux, so we should discover more platform specific issues before merging pull requests in the future.
Expected Behavior
Builds on Windows.
Actual Behavior
Not building. From a fresh recursive git clone, a
go build ./cmd/temporalite
gives:Since the UI server was added, https://github.com/temporalio/ui-server/issues/104 is causing problems with Windows build. Supporting the UI as a build flag (or one prefixed with a bang for opt-out) per #33 could alleviate this temporarily. Also, I'd recommend adding Windows do the CI workflow.
This is on Go 1.17.7. I have not investigated the fix, this is just for tracking.
The text was updated successfully, but these errors were encountered: