Skip to content
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

Remove patch for powerpc64le #64

Merged
merged 1 commit into from
Jan 1, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions .cargo/config_powerpc64le-unknown-linux-gnu.toml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,6 @@ jobs:
if: matrix.job.cross
run: echo "CARGO=cross" >> $GITHUB_ENV

- name: Configure target
run: |-
config_file=".cargo/config_${{ matrix.job.target }}.toml"
if [[ -f "$config_file" ]]; then
mv "$config_file" .cargo/config.toml
fi

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
Expand Down
4 changes: 0 additions & 4 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,3 @@ Specific versions may be chosen with the `--version` flag.
Configuration for [cross](https://github.com/cross-rs/cross) is validated by CI to ensure all known environment variable options are passed through to the containers.

When embedding the [project](config.md#project-embedding) or the [distribution](config.md#distribution-embedding) using a local path, you must use the [local repository](#local-repository) way of building and ensure that the configured files to embed reside within the repository and the options refer to relative paths.

## Caveats

Some targets like `powerpc64le-unknown-linux-gnu` need extra Cargo configuration to build properly. If there exists a file named `.cargo/config_<TARGET>.toml`, then you will need to build using the [local repository](#local-repository) way and rename that file to `.cargo/config.toml` before builds.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Allow for forwarding of unknown management commands e.g. if apps have their own `self` commands

***Fixed:***

- Remove patch for powerpc64le now that the transitive dependency `ring` is fixed

## 0.12.0 - 2023-10-07

***Added:***
Expand Down