Skip to content

Commit

Permalink
fix: Remove unused ENV's
Browse files Browse the repository at this point in the history
  • Loading branch information
timgremore committed Jun 11, 2024
1 parent 202d628 commit a356615
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/rustler_precompiled.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
name: Build precompiled NIFs

env:
NIF_DIRECTORY: "native/edix_nif"

on:
push:
branches:
- main
tags:
- '*'

defaults:
run:
# Sets the working dir for "run" scripts.
# Note that this won't change the directory for actions (tasks with "uses").
working-directory: "./native/edix_nif"

jobs:
build_release:
name: NIF ${{ matrix.nif }} - ${{ matrix.job.target }} (${{ matrix.job.os }})
Expand Down Expand Up @@ -60,30 +51,6 @@ jobs:
toolchain: stable
target: ${{ matrix.job.target }}

# - name: Install Rust toolchain
# uses: actions-rs/toolchain@v1
# with:
# toolchain: stable
# target: ${{ matrix.job.target }}
# override: true
# profile: minimal

# - name: Download cross from GitHub releases
# uses: giantswarm/[email protected]
# if: ${{ matrix.job.use-cross && matrix.job.target != 'aarch64-unknown-linux-musl' }}
# with:
# binary: "cross"
# version: "v0.2.1"
# download_url: "https://github.com/rust-embedded/cross/releases/download/${version}/cross-${version}-x86_64-unknown-linux-gnu.tar.gz"
# tarball_binary_path: "${binary}"
# smoke_test: "${binary} --version"
#
# - name: Install cross from GitHub
# if: ${{ matrix.job.use-cross && matrix.job.target == 'aarch64-unknown-linux-musl' }}
# shell: bash
# run: |
# cargo install --git https://github.com/cross-rs/cross --rev 4deac830a4992a70f7cb070eda38d5ff7cfcbf86 || echo 'Already installed'

- name: Install musl-tools
if: ${{ matrix.job.use-cross }}
shell: bash
Expand Down

0 comments on commit a356615

Please sign in to comment.