
* Upgrade FreeBSD version * proc: fixes concerning call injection on freebsd and rr On FreeBSD it seems we have problems restoring and setting floating point registers, since at least restoring is necessary for call injection to function properly fully disable call injection on FreeBSD. On rr the same problem exists, however due to the fact that we are acting on a recording and ending a diversion will restore register values anyway simply disable the floatsum test. See also: https://github.com/rr-debugger/rr/issues/3208 Updates #3001
10 lines
157 B
YAML
10 lines
157 B
YAML
env:
|
|
GOFLAGS: -mod=vendor
|
|
|
|
freebsd_instance:
|
|
image_family: freebsd-12-3
|
|
|
|
test_task:
|
|
install_script: pkg install -y go gcc git
|
|
test_script: make test
|