Skip to content

Commit

Permalink
Remove build script for ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
emgucv committed Sep 6, 2024
1 parent 8ea9937 commit 6bf6cdc
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 63 deletions.
4 changes: 0 additions & 4 deletions platforms/ubuntu/22.04/apt_install_dependency.sh

This file was deleted.

28 changes: 0 additions & 28 deletions platforms/ubuntu/22.04/bazel_build_tf

This file was deleted.

23 changes: 0 additions & 23 deletions platforms/ubuntu/22.04/bazel_build_tflite

This file was deleted.

8 changes: 0 additions & 8 deletions platforms/ubuntu/22.04/build_emgutf

This file was deleted.

1 change: 1 addition & 0 deletions platforms/ubuntu/24.04/bazel_build_tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ if [ $SYSTEM_ARCH == "x86_64" ]
then
OUT_FOLDER="runtimes/ubuntu-x64/native"
elif [ $SYSTEM_ARCH == "aarch64" ]
then
OUT_FOLDER="runtimes/ubuntu-arm64/native"
fi

Expand Down
1 change: 1 addition & 0 deletions platforms/ubuntu/24.04/bazel_build_tflite
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ if [ $SYSTEM_ARCH == "x86_64" ]
then
OUT_FOLDER="runtimes/ubuntu-x64/native"
elif [ $SYSTEM_ARCH == "aarch64" ]
then
OUT_FOLDER="runtimes/ubuntu-arm64/native"
fi

Expand Down

0 comments on commit 6bf6cdc

Please sign in to comment.