Skip to content

Commit

Permalink
Fix CI (#591)
Browse files Browse the repository at this point in the history
* Update CRT builder to v0.9.60
* Fix manylinux2014 CI job
* Fix raspberry CI job

---------

Co-authored-by: Igor Abdrakhimov <[email protected]>
  • Loading branch information
sfod and sfodagain authored Jul 11, 2024
1 parent a3e1597 commit 211ede1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'docs'

env:
BUILDER_VERSION: v0.9.58
BUILDER_VERSION: v0.9.60
BUILDER_SOURCE: releases
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
PACKAGE_NAME: aws-iot-device-sdk-java-v2
Expand Down
11 changes: 11 additions & 0 deletions builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@
"!packages": []
}
},
"targets": {
"linux": {
"architectures": {
"armv7": {
"!packages": [
"maven"
]
}
}
}
},
"variants" : {
"skip_test": {
"!test_steps": []
Expand Down

0 comments on commit 211ede1

Please sign in to comment.