Skip to content

Commit

Permalink
BUILD TEST ONLY
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebeaton committed Dec 18, 2024
1 parent 42e53cc commit f385d21
Show file tree
Hide file tree
Showing 3 changed files with 565 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_duet.tool
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,5 @@ else
export SELFPKG
export NO_ARCHIVES

src=$(curl -LfsS https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh) && eval "$src" || exit 1
. ./efibuild.sh || exit 1
fi
2 changes: 1 addition & 1 deletion build_oc.tool
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ export SELFPKG
export NO_ARCHIVES
export DISCARD_SUBMODULES

src=$(curl -LfsS https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh) && eval "$src" || exit 1
. ./efibuild.sh || exit 1

cd Utilities/ocvalidate || exit 1
ocv_tool=""
Expand Down
Loading

0 comments on commit f385d21

Please sign in to comment.