Skip to content

Commit 81ed549

Browse files
authored
fix: relayer compilation on linux (#296)
* fix: relayer compilation on linux * chore: bumped aws-lc-rs crate version * chore: added `AWS_LC_SYS_CMAKE_BUILDER` flag * chore: modified musl tools * chore: banned aws-* crates * chore: updated near crates * chore: removed aarch platform * chore: removed deny.toml * chore: updated sdk version
1 parent 60adbf1 commit 81ed549

File tree

8 files changed

+448
-243
lines changed

8 files changed

+448
-243
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
env:
112112
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
113113
BUILD_MANIFEST_NAME: target/distrib/${{ join(matrix.targets, '-') }}-dist-manifest.json
114+
AWS_LC_SYS_CMAKE_BUILDER: 1
114115
steps:
115116
- name: enable windows longpaths
116117
run: |

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ allow-dirty = ["ci"]
1111
# The installers to generate for each app
1212
installers = ["shell"]
1313
# Target platforms to build apps for (Rust target-triple syntax)
14-
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"]
14+
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"]
1515
# Path that installers should place binaries in
1616
install-path = "CARGO_HOME"
1717
# Whether to install an updater program

0 commit comments

Comments
 (0)