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

Add --no-multiarch flag to InstallRPackage commands #131

Merged
merged 1 commit into from
Jul 28, 2021

Conversation

labkey-tchad
Copy link
Member

Rationale

RLabKey install has been failing on Windows:

[14:48:32][ant:exec] * installing *source* package 'Rlabkey' ...
[14:48:32][ant:exec] ** using staged installation
[14:48:32][ant:exec] ** libs
[14:48:32][ant:exec] 
[14:48:32][ant:exec] *** arch - i386
[14:49:00][ant:exec] installing to D:/teamcity/work/8c0375c4fe0a826b/r_libs/00LOCK-Rlabkey/00new/Rlabkey/libs/i386
[14:49:00][ant:exec] 
[14:49:00][ant:exec] *** arch - x64
[14:49:07][ant:exec] installing to D:/teamcity/work/8c0375c4fe0a826b/r_libs/00LOCK-Rlabkey/00new/Rlabkey/libs/x64
[14:49:07][ant:exec] ** R
[14:49:07][ant:exec] ** inst
[14:49:07][ant:exec] ** byte-compile and prepare package for lazy loading
[14:49:09][ant:exec] ** help
[14:49:09][ant:exec] *** installing help indices
[14:49:09][ant:exec]     finding HTML links ... done
[14:49:11][ant:exec] ** building package indices
[14:49:11][ant:exec] ** testing if installed package can be loaded from temporary location
[14:49:11][ant:exec] *** arch - i386
[14:49:14][ant:exec] *** arch - x64
[14:49:14][ant:exec] ERROR: loading failed for 'i386'

Other R package install methods already include the --no-multiarch flag to avoid this error. Not sure why the build has started failing in this way but I don't think we're too worried about 32-bit support.

Changes

  • Add --no-multiarch flag to InstallRPackage commands

@@ -45,7 +45,7 @@ dependencies {
}

group 'org.labkey.build'
project.version = "1.31.0-SNAPSHOT"
project.version = "1.30.1-SNAPSHOT"
Copy link
Contributor

Choose a reason for hiding this comment

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

any reason why the minor version number went down here?

Copy link
Member Author

Choose a reason for hiding this comment

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

The current release is 1.30.0, 1.31.0-SNAPSHOT is just a placeholder for the next release.

Copy link
Contributor

Choose a reason for hiding this comment

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

got it. that makes sense

@labkey-tchad labkey-tchad merged commit dd9e486 into develop Jul 28, 2021
@labkey-tchad labkey-tchad deleted the fb_noMultiarch branch July 28, 2021 20:30
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.

3 participants