Skip to content

Modify Travis CI test script #90

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

Merged
merged 1 commit into from
Jan 22, 2020
Merged

Conversation

hug-dev
Copy link
Member

@hug-dev hug-dev commented Jan 21, 2020

Modifies the Dockerfile and removes the all-providers tests so that the
tests pass on Aarch64.

Signed-off-by: Hugues de Valon [email protected]

@hug-dev hug-dev added the enhancement New feature or request label Jan 21, 2020
@hug-dev hug-dev self-assigned this Jan 21, 2020
@hug-dev hug-dev force-pushed the aarch64-tests branch 4 times, most recently from 9120cb7 to 6ec7116 Compare January 22, 2020 14:52
Modifies the Dockerfile and removes the all-providers tests so that the
tests pass on Aarch64.
When compiling natively, Cargo still uses the linker in .cargo/config
which is a cross-compilation linker and causes problems. Removes the
cross-compilation feature using cross altogether as it is not a strong
use-case for now.
Unites all test scripts into one.

Signed-off-by: Hugues de Valon <[email protected]>
@@ -1,5 +1,5 @@
[core_settings]
log_level = "debug"
log_level = "error"
Copy link
Member Author

Choose a reason for hiding this comment

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

I had to do this to limit the log size, otherwise the build was failing on Travis CI.

@hug-dev hug-dev requested a review from ionut-arm January 22, 2020 15:48
Copy link
Member

@ionut-arm ionut-arm left a comment

Choose a reason for hiding this comment

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

😎 noice! Good to have an aarch64 CI

@hug-dev hug-dev merged commit 482441e into parallaxsecond:master Jan 22, 2020
@hug-dev hug-dev deleted the aarch64-tests branch January 22, 2020 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants