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

Linux build: migrate from rClr to rSharp #1228

Open
Yuri05 opened this issue Jun 4, 2024 · 2 comments
Open

Linux build: migrate from rClr to rSharp #1228

Yuri05 opened this issue Jun 4, 2024 · 2 comments
Assignees

Comments

@Yuri05
Copy link
Member

Yuri05 commented Jun 4, 2024

No description provided.

@Yuri05 Yuri05 self-assigned this Jun 4, 2024
@pchelle
Copy link
Collaborator

pchelle commented Jun 6, 2024

I am not sure of the best option for this.
If I understand, we currently use a Docker Image for build/installation of the Reporting Engine to do this, correct ?

  • Should we update the Docker-Images-ReportingEngine repo with installation of rSharp ?
  • Should we create a new github action or update testRE.R to build a Linux bundle ?
  • Should we add use a similar pattern as the ospsuite package and use a rake file ?
after_test:
  - rake "create_linux_build[%APPVEYOR_BUILD_VERSION%, %APPVEYOR_BUILD_FOLDER%, ubuntu18]"
  - rake "create_linux_build[%APPVEYOR_BUILD_VERSION%, %APPVEYOR_BUILD_FOLDER%, centOS7]"
  - rake "download_portable[develop]"
  - appveyor PushArtifact "C:/projects/ospsuite-r/pksim_minimal.zip"
  - ps: copy ospsuite_*.zip ospsuite.zip
  - ps: copy ospsuite_*ubuntu18.tar.gz ospsuite_ubuntu18.tar.gz
  - ps: copy ospsuite_*centOS7.tar.gz ospsuite_centOS7.tar.gz

@Yuri05
Copy link
Member Author

Yuri05 commented Jun 6, 2024

I will create a new docker image with Ubuntu 22.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To do
Development

No branches or pull requests

2 participants