Skip to content

Commit

Permalink
Merge branch 'development' into sw_fix_header_sync
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Aug 31, 2023
2 parents 9702ae8 + d0ea406 commit 2506991
Show file tree
Hide file tree
Showing 100 changed files with 1,465 additions and 1,279 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/build_libffis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"runs-on": "ubuntu-latest",
"target": "x86_64-linux-android",
"cross": true
},
{
"runs-on": "ubuntu-latest",
"target": "aarch64-linux-android",
"cross": true
},
{
"runs-on": "macos-latest",
"target": "x86_64-apple-ios",
"cross": false
},
{
"runs-on": "macos-latest",
"target": "aarch64-apple-ios",
"cross": false
},
{
"runs-on": "macos-latest",
"target": "aarch64-apple-ios-sim",
"cross": false
}
]
365 changes: 365 additions & 0 deletions .github/workflows/build_libffis.yml

Large diffs are not rendered by default.

133 changes: 0 additions & 133 deletions .github/workflows/build_libwallets.yml

This file was deleted.

Loading

0 comments on commit 2506991

Please sign in to comment.