Skip to content

Change NO_STD_TARGET to aarch64-unknown-none 🦖 #1715

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ variables:
CLIPPY_ALLOWED: "clippy::extra_unused_lifetimes"
# This is a target that does not have a standard library in contrast to Wasm. We compile against
# this target to make sure that we don't pull in `std` by accident (through dependencies).
NO_STD_TARGET: "bpfel-unknown-none"
# See https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-2.
NO_STD_TARGET: "aarch64-unknown-none"

workflow:
rules:
Expand Down