Skip to content

Commit

Permalink
Adding linux-aarch64 platform for sofa packages & config
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-roussel committed Jan 17, 2025
1 parent e5717df commit af26ea3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sofa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
fail-fast: false
matrix:
target: [{platform: "linux-64", runner: "ubuntu-latest"},
{platform: "linux-aarch64", runner: "ubuntu-22.04-arm"},
{platform: "osx-64", runner: "macos-13"},
{platform: "osx-arm64", runner: "macos-14"},
{platform: "win-64", runner: "windows-latest"}]
Expand Down
12 changes: 12 additions & 0 deletions conda/configs/linux-aarch64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
c_stdlib_version:
- '2.17'
c_stdlib:
- sysroot
cdt_name:
- conda
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
target_platform:
- linux-aarch64

0 comments on commit af26ea3

Please sign in to comment.