delve/.cirrus.yml
Alessandro Arzilli 51090f003b
proc: fixes concerning call injection on freebsd and rr (#3000)
* 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
2022-05-05 08:39:54 -07:00

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