You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I noticed that the last available release for macos-amd64 in this repository is the 4.23.1 version. Also I noticed that from the version 4.89.0 the coder/code-server team stopped to support the macos-amd64 architecture and started to support macos-arm64.
I tried to open a PR in this repository (My PR) to try to bump the version of this package to the upstream one (4.93.1) but I noticed that the Azure pipelines failed, probably because in the file (recipe/meta.yaml) I added the version to this line of code: url: https://github.com/cdr/code-server/releases/download/v{{ version }}/code-server-{{ version }}-macos-amd64.tar.gz # [osx]
which is not correct because code-server doesn't support anymore macos-amd64.
Are there any plans to support code-server for new MacOS architecture macos-arm64 in order to be aligned with the coder/code-server one?
Also I have another question: one of the check boxes in the PR page asks: "Reset the build number to 0 (if the version changed)", but I noticed that this value is currently 1 in the main branch: (where build parameter is defined). It seems that this was changed in this PR.
Is there a reason?
Thank you!
The text was updated successfully, but these errors were encountered:
Maybe there is something in #100 that broke the auto-updates from the bot. I'm currently have no interest in this feedstock as as I switched to openvscode-server. Someone else needs to step up and fix the recipe.
Comment:
Hello! I noticed that the last available release for macos-amd64 in this repository is the 4.23.1 version. Also I noticed that from the version 4.89.0 the coder/code-server team stopped to support the macos-amd64 architecture and started to support macos-arm64.
I tried to open a PR in this repository (My PR) to try to bump the version of this package to the upstream one (4.93.1) but I noticed that the Azure pipelines failed, probably because in the file (recipe/meta.yaml) I added the version to this line of code:
url: https://github.com/cdr/code-server/releases/download/v{{ version }}/code-server-{{ version }}-macos-amd64.tar.gz # [osx]
which is not correct because code-server doesn't support anymore macos-amd64.
Are there any plans to support code-server for new MacOS architecture macos-arm64 in order to be aligned with the coder/code-server one?
Also I have another question: one of the check boxes in the PR page asks: "Reset the build number to 0 (if the version changed)", but I noticed that this value is currently 1 in the main branch: (where build parameter is defined). It seems that this was changed in this PR.
Is there a reason?
Thank you!
The text was updated successfully, but these errors were encountered: