[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

What is the architecture name in R what we call armel/armhf



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


Reply to: