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

compile compiler-builtins test suite with the "mangled-names" feature enabled #135

Merged
merged 2 commits into from
Oct 8, 2017

Conversation

japaric
Copy link
Contributor

@japaric japaric commented Oct 8, 2017

otherwise we run into linking errors (due to multiple codegen units?)

… enabled

otherwise we run into linking errors (due to multiple codegen units?)
@japaric
Copy link
Contributor Author

japaric commented Oct 8, 2017

@homunkulus r+

@homunkulus
Copy link
Contributor

📌 Commit f2806be has been approved by japaric

japaric pushed a commit that referenced this pull request Oct 8, 2017
compile compiler-builtins test suite with the "mangled-names" feature enabled

otherwise we run into linking errors (due to multiple codegen units?)
@homunkulus
Copy link
Contributor

⌛ Testing commit f2806be with merge 7f68358...

This was referenced Oct 8, 2017
@homunkulus
Copy link
Contributor

💔 Test failed - status-travis

to avoid linking problems when using several codegen units
@japaric
Copy link
Contributor Author

japaric commented Oct 8, 2017

@homunkulus r+

@homunkulus
Copy link
Contributor

📌 Commit fb93d9e has been approved by japaric

@homunkulus
Copy link
Contributor

⌛ Testing commit fb93d9e with merge 7483853...

japaric pushed a commit that referenced this pull request Oct 8, 2017
compile compiler-builtins test suite with the "mangled-names" feature enabled

otherwise we run into linking errors (due to multiple codegen units?)
@homunkulus
Copy link
Contributor

☀️ Test successful - status-travis
Approved by: japaric
Pushing 7483853 to master...

@homunkulus homunkulus merged commit fb93d9e into master Oct 8, 2017
@Dylan-DPC-zz Dylan-DPC-zz deleted the compiler-builtins branch October 8, 2018 12:58
flxo pushed a commit to flxo/samply that referenced this pull request Nov 14, 2023
Update the ci matrix to be target centric. Specify for each target the
os on which the build steps shall run. Install `cross` if needed for a
target. Not that `cross` requires a custom rev instead of the latest
relaese for linking target for `aarch64-linux-android`. This should
change with the next release of `cross`:
cross-rs/cross#135).

* Add target `aarch64-linux-android`.
* Add target `aarch64-linux-unknown-gnu`.
* Use cargo actions https://github.com/actions-rs/cargo.
* Add cargo caching https://github.com/Swatinem/rust-cache.
* Add sccache https://github.com/Mozilla-Actions/sccache-action
flxo pushed a commit to flxo/samply that referenced this pull request Nov 14, 2023
Update the ci matrix to be target centric. Specify for each target the
os on which the build steps shall run. Install `cross` if needed for a
target. Not that `cross` requires a custom rev instead of the latest
relaese for linking target for `aarch64-linux-android`. This should
change with the next release of `cross`:
cross-rs/cross#135).

* Add target `aarch64-linux-android`.
* Use cargo actions https://github.com/actions-rs/cargo.
* Add cargo caching https://github.com/Swatinem/rust-cache.
* Add sccache https://github.com/Mozilla-Actions/sccache-action
flxo pushed a commit to flxo/samply that referenced this pull request Nov 14, 2023
Update the ci matrix to be target centric. Specify for each target the
os on which the build steps shall run. Install `cross` if needed for a
target. Not that `cross` requires a custom rev instead of the latest
relaese for linking target for `aarch64-linux-android`. This should
change with the next release of `cross`:
cross-rs/cross#135).

* Add target `aarch64-linux-android`.
* Use cargo actions https://github.com/actions-rs/cargo.
* Add cargo caching https://github.com/Swatinem/rust-cache.
* Add sccache https://github.com/Mozilla-Actions/sccache-action
flxo pushed a commit to flxo/samply that referenced this pull request Nov 14, 2023
Update the ci matrix to be target centric. Specify for each target the
os on which the build steps shall run. Install `cross` if needed for a
target. Not that `cross` requires a custom rev instead of the latest
relaese for linking target for `aarch64-linux-android`. This should
change with the next release of `cross`:
cross-rs/cross#135).

* Add target `aarch64-linux-android`.
* Use cargo actions https://github.com/actions-rs/cargo.
* Add cargo caching https://github.com/Swatinem/rust-cache.
* Add sccache https://github.com/Mozilla-Actions/sccache-action
flxo pushed a commit to flxo/samply that referenced this pull request Nov 14, 2023
Update the ci matrix to be target centric. Specify for each target the
os on which the build steps shall run. Install `cross` if needed for a
target. Not that `cross` requires a custom rev instead of the latest
relaese for linking target for `aarch64-linux-android`. This should
change with the next release of `cross`:
cross-rs/cross#135).

Add targets `aarch64-linux-android`, `aarch64-unknown-linux-gnu` and
`x86_64-unknown-linux-musl`,
flxo pushed a commit to flxo/samply that referenced this pull request Nov 14, 2023
Update the ci matrix to be target centric. Specify for each target the
os on which the build steps shall run. Install `cross` if needed for a
target. `cross` requires a custom rev instead of the latest relaese for
linking target for `aarch64-linux-android`. This should change with the
next release of `cross`: cross-rs/cross#135).

Add targets `aarch64-linux-android`, `aarch64-unknown-linux-gnu` and
`x86_64-unknown-linux-musl`,
flxo pushed a commit to flxo/samply that referenced this pull request Nov 14, 2023
Revise the CI matrix to adopt a target-centric approach. Clearly define
the operating system for each target, outlining the specific OS on which
the build steps are intended to execute.

Ensure the installation of cross where necessary for individual targets.
Note that for the aarch64-linux-android target, a custom revision is
currently required instead of relying on the latest release for proper
linking. It is anticipated that this requirement will be addressed in
the upcoming release of cross (refer to:
cross-rs/cross#135).

Add targets `aarch64-linux-android`, `aarch64-unknown-linux-gnu` and
`x86_64-unknown-linux-musl`,
mstange pushed a commit to mstange/samply that referenced this pull request Nov 15, 2023
Revise the CI matrix to adopt a target-centric approach. Clearly define
the operating system for each target, outlining the specific OS on which
the build steps are intended to execute.

Ensure the installation of cross where necessary for individual targets.
Note that for the aarch64-linux-android target, a custom revision is
currently required instead of relying on the latest release for proper
linking. It is anticipated that this requirement will be addressed in
the upcoming release of cross (refer to:
cross-rs/cross#135).

Add targets `aarch64-linux-android`, `aarch64-unknown-linux-gnu` and
`x86_64-unknown-linux-musl`,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants