Skip to content

Commit

Permalink
Temporary patch for slc to fix relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
darkxst committed Jul 28, 2023
1 parent 5c8742b commit a2dcffb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ RUN \

ENV PATH="$PATH:/opt/slc_cli"

# Temporarily patch slc until its fixed upstream
COPY slc.sh /opt/slc_cli/slc

ARG GCC_ARM_VERSION="10.3-2021.10"

# Install ARM GCC embedded toolchain
Expand Down
2 changes: 2 additions & 0 deletions slc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
java -jar $(dirname "$0")/slc.jar "$@"

0 comments on commit a2dcffb

Please sign in to comment.