Package: golang-golang-x-sys / 0.0~git20200219.cb0a6d8-1
Metadata
Package | Version | Patches format |
---|---|---|
golang-golang-x-sys | 0.0~git20200219.cb0a6d8-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01 Fix mips build issues.patch | (download) |
unix/endian_little.go |
2 1 + 1 - 0 ! |
fix mips build issues Put a sane end to the mips* build issues. Closes: 872402, 878771. . Note that for older versions of gccgo and mips/mipsel, you still need to manually add build tags (mips & mipsle, respectively). |
02 allow dev random minor minor mismatch in TestDevices.patch | (download) |
unix/dev_linux_test.go |
6 4 + 2 - 0 ! |
allow minor number of /dev/random to mismatch in testdevices In some autobuilders, /dev/random is bind-mounted to /dev/urandom so that entropy intensive test suites, common among crypto-related packages, do not hang the autobuilder because of lack of entropy. . But then, the TestDevices test would fail since the minor number |
03 skip TestOpenByHandleAt if openMountByID fails.patch | (download) |
unix/syscall_linux_test.go |
3 2 + 1 - 0 ! |
skip testopenbyhandleat if openmountbyid fails Prevent TestOpenByHandleAt from failing under pbuilder chroots. Thanks to Gianfranco Costamagna <locutusofborg@debian.org> for providing an initial patch. |
1