rage / tmc-langs-rust

A library and CLI for supporting different programming languages in the TestMyCode programming assignment evaluator.
https://tmc.mooc.fi/
Apache License 2.0
7 stars 9 forks source link

Fix macos11 binary upload #113

Closed Heliozoa closed 2 years ago

Heliozoa commented 3 years ago

Pending on github providing macos-11 runners or cargo/dependencies updating so that cross compilation "just works"

Heliozoa commented 3 years ago

Cross compilation from x86_64-apple-darwin fails due to zstd

...
2021-03-04T04:41:40.6420800Z The following warnings were emitted during compilation:
2021-03-04T04:41:40.6430820Z 
2021-03-04T04:41:40.6433180Z warning: In file included from zstd/lib/common/entropy_common.c:18:
2021-03-04T04:41:40.6435340Z warning: In file included from zstd/lib/common/mem.h:24:
2021-03-04T04:41:40.6444720Z warning: In file included from zstd/lib/common/zstd_deps.h:27:
2021-03-04T04:41:40.6446310Z warning: In file included from /Applications/Xcode_12.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/limits.h:21:
2021-03-04T04:41:40.6447920Z warning: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/limits.h:63:
2021-03-04T04:41:40.6449430Z warning: /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/cdefs.h:807:2: error: Unsupported architecture
2021-03-04T04:41:40.6450600Z warning: #error Unsupported architecture
...
Heliozoa commented 3 years ago

https://github.com/actions/virtual-environments/issues/2486 https://github.com/actions/virtual-environments/issues/2486#issuecomment-823881457