bazelbuild / rules_perl

Perl rules for Bazel
Apache License 2.0
25 stars 38 forks source link

Toolchain missing for (darwin, aarch64) #52

Closed TheGrizzlyDev closed 1 year ago

TheGrizzlyDev commented 1 year ago

Currently darwin-aarch64's toolchain is not explicitly declared and as such it picks up the one for darwin-x86_64. This causes perl's toolchain not to work on m1/m2. A good example would be building openssl via rules_foreign_cc. Luckily the newest release of relocatable-perl seems to provide said toolchain.