mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 14:15:49 +03:00
[GH-ISSUE #1739] No time library for freeBSD? #216
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#216
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @trevorwhitney on GitHub (Sep 9, 2024).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/1739
We just recently tried to update from
v1.7.0tov1.47.7(I know, huge jump), and it looks like in that jump the time functions were split out to OS specific version (linux, mac, and windows). Unfortunately, this breaks our freebsd/amd64 build complaining of:Is this a known issue? Should it/can it use the linux version? Is support for freeBSD intentionally being dropped? Please let me know if I can help so we can upgrade our very out of date version. Thanks!
@fsouza commented on GitHub (Sep 22, 2024):
I assume this was by accident.
We can fix it and add a CI job that cross-compiles to freebsd. I don't have access to infrastructure to run tests on freebsd, but we can guarantee that compilation won't break again in the future at least.
@fsouza commented on GitHub (Sep 22, 2024):
This is fixed and the fix was included in 1.50.0. Let me know if you still have any issues!
@trevorwhitney commented on GitHub (Sep 24, 2024):
thank you, will do!