Details
-
Type:
Problem report
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 4.4.4rc2
-
Fix Version/s: 4.4.5rc1, 5.0.0alpha1, 5.0 (plan)
-
Component/s: Agent (G)
-
Labels:
-
Environment:Alpine Linux (armhf, armv7, x86)
-
Team:Team C
-
Sprint:Sprint 60 (Jan 2020)
-
Story Points:0.25
Description
The latest version (4.4.4) prevents the go agent to be built on 32-bits platforms:
pkg/std/os_mock.go:105:19: cannot use o.ftimes[name].acTime (type int64) as type int32 in assignment
pkg/std/os_mock.go:106:19: cannot use o.ftimes[name].chTime (type int64) as type int32 in assignment
This is on Alpine Linux. Version 4.4.3 had no issues.