Skip to content

Commit

Permalink
dysgu: add linux-aarch64 build (#48960)
Browse files Browse the repository at this point in the history
* dysgu: add linux-aarch64 build

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>

* Bump build number

* Try again with build number = 1

* Use Clang 15 for the OSX build

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>

---------

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Jul 5, 2024
1 parent a37ac4f commit 15b1b6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions recipes/dysgu/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# current version does not build with newer compilers
cxx_compiler_version:
- 15 # [osx]
c_compiler_version:
- 15 # [osx]
4 changes: 3 additions & 1 deletion recipes/dysgu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
sha256: {{ sha256hash }}

build:
number: 0
number: 1
binary_relocation: False
entry_points:
- dysgu = dysgu.main:cli
Expand Down Expand Up @@ -83,6 +83,8 @@ about:
dev_url: https://github.com/kcleal/dysgu

extra:
additional-platforms:
- linux-aarch64
container:
extended-base: True
recipe-maintainers:
Expand Down

0 comments on commit 15b1b6e

Please sign in to comment.