Skip to content

fix apple arm prebuilt binary url#172

Merged
alexarchambault merged 1 commit intocoursier:masterfrom
danielleontiev:patch-1
Oct 7, 2022
Merged

fix apple arm prebuilt binary url#172
alexarchambault merged 1 commit intocoursier:masterfrom
danielleontiev:patch-1

Conversation

@danielleontiev
Copy link
Copy Markdown
Contributor

Installing this app on apple arm computer end with binary that does not run:

/Users/daniilleontiev/Library/Application Support/Coursier/bin/cs: line 2: /Users/daniilleontiev/Library/Application Support/Coursier/bin/.cs.aux: cannot execute binary file /Users/daniilleontiev/Library/Application Support/Coursier/bin/cs: line 2: /Users/daniilleontiev/Library/Application Support/Coursier/bin/.cs.aux: Undefined error: 0

I've copied the application description above, fixed the url and run the command:

coursier install \
    --install-dir tmp-install \
    --default-channels=false \
    --channel $PWD \
    cs

It have created tmp-install/cs that runs sucessfully.

The PR should fix coursier/coursier#2495

Installing this app on apple arm computer end with binary that does not run:

/Users/daniilleontiev/Library/Application Support/Coursier/bin/cs: line 2: /Users/daniilleontiev/Library/Application Support/Coursier/bin/.cs.aux: cannot execute binary file
/Users/daniilleontiev/Library/Application Support/Coursier/bin/cs: line 2: /Users/daniilleontiev/Library/Application Support/Coursier/bin/.cs.aux: Undefined error: 0

I've copied the application description above, fixed the url and run the command:

```bash
coursier install \
    --install-dir tmp-install \
    --default-channels=false \
    --channel $PWD \
    cs
```

It have created `tmp-install/cs` that runs sucessfully.

The PR should fix coursier/coursier#2495
Copy link
Copy Markdown
Member

@alexarchambault alexarchambault left a comment

Choose a reason for hiding this comment

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

Thanks!

@alexarchambault alexarchambault merged commit a200e78 into coursier:master Oct 7, 2022
@danielleontiev danielleontiev deleted the patch-1 branch October 7, 2022 08:25
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.

cs m1 native runner cannot bootstrap itself

2 participants