[R-pkg-team] Bug#1041556: What is the architecture name in R what we call armel/armhf
Andreas Tille
andreas at an3as.eu
Thu Aug 17 06:52:35 BST 2023
Hi,
I tried to skip two tests in r-cran-checkmate with this patch[1]
which is based on
arch <- R.version$arch
identical(arch, "i386") || identical(arch, "i686") || identical(arch, "armel") || identical(arch, "armhf")
which works fo i386 but unfortunately not on the two armel architectures
where it is executed[2]. May be that R.version$arch returns different
architecture names as we use in Debian. I tried to login to some porter
machines but for whatever reason I've got "Connection refused".
Any help for the proper names or possibly other reasons why the test
might fail are welcome.
Kind regards
Andreas.
[1] https://salsa.debian.org/r-pkg-team/r-cran-checkmate/-/blob/master/debian/patches/skip_two_tests_for_32bit.patch
[2] https://ci.debian.net/data/autopkgtest/testing/armel/r/r-cran-checkmate/36892619/log.gz
https://ci.debian.net/data/autopkgtest/testing/armhf/r/r-cran-checkmate/36892708/log.gz
--
http://fam-tille.de
More information about the R-pkg-team
mailing list