We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Having an odd issue where Travis fails to build with the error:
Cross compilation detected. Use PKG_CONFIG_ALLOW_CROSS=1 to override
Even though I have it specified as a global environment variable in the file:
env: global: - CRATE_NAME=tv-renamer - GTK=3.18 - PKG_CONFIG_ALLOW_CROSS=1 - LD_LIBRARY_PATH="$HOME/local/lib/" - PKG_CONFIG_PATH="$HOME/local/lib/pkgconfig"
Any ideas on how to get this working?
The text was updated successfully, but these errors were encountered:
Cross doesn't pass the host environment variables to the docker image that does the build. You can whitelist the ones you want to pass through.
Sorry, something went wrong.
if there were a way to set environment variables, that would be really helpful :)
No branches or pull requests
Having an odd issue where Travis fails to build with the error:
Even though I have it specified as a global environment variable in the file:
Any ideas on how to get this working?
The text was updated successfully, but these errors were encountered: