Skip to content

Commit

Permalink
rebuild with run exports (#20)
Browse files Browse the repository at this point in the history
* rebuild with run exports

* fix run_exports

* fix run_exports
  • Loading branch information
danielnachun authored Oct 5, 2024
1 parent dbc6c7d commit 1cffec7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 46 deletions.
4 changes: 4 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

9 changes: 1 addition & 8 deletions README.md

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

2 changes: 1 addition & 1 deletion conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ bot:
build_platform:
osx_arm64: osx_64
provider:
linux_aarch64: default
linux_aarch64: azure
conda_build:
error_overlinking: true
conda_forge_output_validation: true
Expand Down
13 changes: 1 addition & 12 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 546cb2da9fffbb7e913261344bbf4cf1622721f6c5a67aa77609e976e78b8e89

build:
number: 0
number: 1
skip: true # [win]

requirements:
Expand Down Expand Up @@ -45,18 +45,8 @@ requirements:
- msgpack-c
- unibilium
run:
- gettext
- libiconv # [osx]
- libmpack-lua
- libtermkey
- libtree-sitter
- libuv
- libvterm
- lua-lpeg
- luajit-openresty
- luv
- msgpack-c
- unibilium

test:
commands:
Expand All @@ -65,7 +55,6 @@ test:
about:
home: https://neovim.io/
license: Apache-2.0
license_family: APACHE
license_file: LICENSE.txt
summary: Ambitious Vim-fork focused on extensibility and agility
dev_url: https://github.com/neovim/neovim
Expand Down

0 comments on commit 1cffec7

Please sign in to comment.