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

[Minor issue- Installation]install.sh script is broken #163

Open
SpeedyNassir opened this issue Jan 17, 2020 · 2 comments
Open

[Minor issue- Installation]install.sh script is broken #163

SpeedyNassir opened this issue Jan 17, 2020 · 2 comments
Labels

Comments

@SpeedyNassir
Copy link

The CURL point to zip version which doesn't have the BUILD_DIR

Either remove the code related to BUILD_DIR or correct the Curl path

Error : ./install.sh: line 28: cd: XCTestHTMLReport-2.0.0: No such file or directory
branch : Develop

@MurrSch
Copy link

MurrSch commented May 14, 2020

Hey, I have the same problem. Any chance this will be fixed? Thanks!

@nacho4d nacho4d added the Bug label Sep 28, 2021
@nacho4d
Copy link
Member

nacho4d commented Oct 8, 2021

Needs to decide what the script should do.

  • Just download the binary
    OR
  • build from source.

Currently a mix of both things are being tried and this is the reason of the failure

Since we have signed binaries in each release now (shiny eyes rolling) there is no big merit in downloading a binary that could have been downloaded by the user in one click. Probably build from source is what we should do here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants