-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge eclipse-zenoh/main, Sync Cargo.locl
- Loading branch information
Showing
10 changed files
with
84 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# | ||
# Copyright (c) 2023 ZettaScale Technology | ||
# | ||
# This program and the accompanying materials are made available under the | ||
# terms of the Eclipse Public License 2.0 which is available at | ||
# http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 | ||
# which is available at https://www.apache.org/licenses/LICENSE-2.0. | ||
# | ||
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 | ||
# | ||
# Contributors: | ||
# ZettaScale Zenoh Team, <[email protected]> | ||
# | ||
|
||
changelog: | ||
categories: | ||
- title: Breaking changes 💥 | ||
labels: | ||
- breaking-change | ||
- title: New features 🎉 | ||
labels: | ||
- enhancement | ||
- new feature | ||
- title: Bug fixes 🐞 | ||
labels: | ||
- bug | ||
- title: Documentation 📝 | ||
labels: | ||
- documentation | ||
- title: Dependencies 👷 | ||
labels: | ||
- dependencies | ||
- title: Other changes | ||
labels: | ||
- "*" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[target.x86_64-unknown-linux-musl] | ||
image = "jenoch/rust-cross:x86_64-unknown-linux-musl" | ||
|
||
[target.arm-unknown-linux-gnueabi] | ||
image = "jenoch/rust-cross:arm-unknown-linux-gnueabi" | ||
|
||
[target.arm-unknown-linux-gnueabihf] | ||
image = "jenoch/rust-cross:arm-unknown-linux-gnueabihf" | ||
|
||
[target.armv7-unknown-linux-gnueabihf] | ||
image = "jenoch/rust-cross:armv7-unknown-linux-gnueabihf" | ||
|
||
[target.aarch64-unknown-linux-gnu] | ||
image = "jenoch/rust-cross:aarch64-unknown-linux-gnu" | ||
|
||
[target.aarch64-unknown-linux-musl] | ||
image = "jenoch/rust-cross:aarch64-unknown-linux-musl" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters