Skip to content

Commit

Permalink
Revert "don't use cross"
Browse files Browse the repository at this point in the history
This reverts commit 28e08db.
  • Loading branch information
YangKeao committed Dec 17, 2021
1 parent 0033c9e commit f25815e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,11 @@ jobs:
override: true

- name: Run cargo build
uses: actions-rs/cargo@v1.0.3
if: ${{ matrix.arch == 'aarch64' }}
# don't compile tls with tls support
with:
command: build
args: --target ${{ steps.generate-target.outputs.triple }} --features default,flamegraph,protobuf,cpp,pyroscope,rustls-tls
run: |
cargo install cross
cross build --target ${{ steps.generate-target.outputs.triple }} --features default,flamegraph,protobuf,cpp,pyroscope,rustls-tls
- name: Run cargo build
uses: actions-rs/cargo@v1.0.3
Expand Down

0 comments on commit f25815e

Please sign in to comment.