Actions
Bug #18659
closedGo compile error on MacOS 12.1
Start date:
01/20/2022
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Story points:
0.5
Release:
Release relationship:
Auto
Description
While working on the config-check
improvements for vocabulary checking, I tried running the command natively on my Mac and this happened:
go run ../cmd/arvados-server/cmd.go config-check -config ../../arvados-workbench2/tools/arvados_config.yml # git.arvados.org/arvados.git/services/keepstore ../services/keepstore/unix_volume.go:338:3: cannot use devnum (type int32) as type uint64 in field value
Using go1.17.3 darwin/amd64
.
Updated by Tom Clegg almost 3 years ago
- Status changed from New to In Progress
18659-cast-devnum @ 78dff0eb731f126c59d92e56c90110e561b24340 -- developer-run-tests: #2881
Updated by Lucas Di Pentima almost 3 years ago
Thanks! This LGTM. (manual testing worked correctly)
Updated by Tom Clegg almost 3 years ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|da58ec28659f5167f9658be5714731acee57dfb1.
Actions