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

integration-test: read OBJCOPY from the environment with fallback #1143

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ignacya
Copy link

@ignacya ignacya commented Jan 22, 2025

Check for the OBJCOPY environment variable and fall back to "llvm-objcopy" if it's not set.

Simplifies running integration tests while maintaining backward compatibility.

Fixes: #1142


This change is Reviewable

Check for the OBJCOPY environment variable and fall back to
`"llvm-objcopy"` if it's not set.

Simplifies running integration tests while maintaining backward
compatibility.

Fixes: aya-rs#1142
Copy link

netlify bot commented Jan 22, 2025

Deploy Preview for aya-rs-docs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit cefee7e
🔍 Latest deploy log https://app.netlify.com/sites/aya-rs-docs/deploys/6790eb761a787e0008da441c
😎 Deploy Preview https://deploy-preview-1143--aya-rs-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mergify mergify bot added the test A PR that improves test cases or CI label Jan 22, 2025
@tamird
Copy link
Member

tamird commented Jan 26, 2025

It would be good to explain why you need this in the commit message.

Copy link
Member

@tamird tamird left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please amend the commit message to explain why you need this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test A PR that improves test cases or CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make llvm-objcopy path configurable via environment variable in test/integration-test/build.rs
2 participants