Skip to content

Commit

Permalink
Dont attempt to relocate binaries (#100)
Browse files Browse the repository at this point in the history
* dont attempt to relocate binaries

* bump build number

* MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.2, and conda-forge-pinning 2024.06.27.10.52.52

---------

Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
  • Loading branch information
rvalieris and conda-forge-webservices[bot] authored Jun 27, 2024
1 parent 02dfe97 commit b8d07a2
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ source:
folder: code-server

build:
number: 0
binary_relocation: false # [osx]
number: 1
binary_relocation: false
skip: true # [win]

requirements:
Expand All @@ -32,6 +32,7 @@ requirements:
test:
commands:
- code-server --help
- $CONDA_PREFIX/share/code-server/lib/vscode/node_modules/@vscode/ripgrep/bin/rg --version

about:
home: https://github.com/cdr/code-server
Expand Down

0 comments on commit b8d07a2

Please sign in to comment.