Skip to content

Commit

Permalink
s: Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
apljungquist committed Nov 24, 2024
1 parent e29c969 commit 53e7fe1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/on-host-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Shell setup
# This step typically needs to be done once per shell session.
# To verify that the procedure has worked, some checks are run as well.
# TODO: Simplify shell session setup; exporting two variables seems excessive
run: |
export ACAP_SDK_LOCATION=$HOME/axis/
source ./init_env.sh
Expand Down Expand Up @@ -78,6 +79,4 @@ jobs:
env:
ACAP_BUILD_IMPL: equivalent
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
CARGO_TARGET_THUMBV7NEON_UNKNOWN_LINUX_GNUEABIHF_LINKER: arm-linux-gnueabihf-gcc
- name: Verify checksums
run: shasum target/**/*.eap
CARGO_TARGET_THUMBV7NEON_UNKNOWN_LINUX_GNUEABIHF_LINKER: arm-linux-gnueabihf-gcc;
2 changes: 0 additions & 2 deletions apps/challenge_build_tools/post-install.sh

This file was deleted.

2 changes: 0 additions & 2 deletions apps/challenge_build_tools/pre-uninstall.sh

This file was deleted.

0 comments on commit 53e7fe1

Please sign in to comment.