Skip to content

Commit

Permalink
build binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Apr 19, 2024
1 parent 56f55f2 commit 29121fa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- release/**
pull_request: # TODO: remove me

env:
CARGO_TERM_COLOR: always
Expand All @@ -18,13 +19,13 @@ jobs:
with:
submodules: recursive

- name: Build in Docker
- name: Install Rust Toolchain
run: rustup toolchain install stable --profile minimal --no-self-update

- name: Build binary
run: |
# Get the latest stable rust toolchain version available
TOOLCHAIN=$(curl -s 'https://static.rust-lang.org/dist/channel-rust-stable.toml' | awk '/\[pkg.rust\]/ {getline;print;}' | sed -r 's/^version = "([0-9.]+) .*/\1/')
scripts/docker-build-linux.sh "$TOOLCHAIN"
make build-linux-release
env:
BUILD_ARCH: x86_64
RELAY_FEATURES:

- name: Bundle Debug File
Expand Down

0 comments on commit 29121fa

Please sign in to comment.