Skip to content

Commit

Permalink
ci: cleanup ndk install (#108)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Nino <jnino@lyft.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
junr03 authored and jpsim committed Nov 29, 2022
1 parent 6214cd9 commit ce6743f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mobile/ci/linux_ci_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,3 @@ sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-8 1
wget -c https://github.com/bazelbuild/bazel/releases/download/0.26.1/bazel-0.26.1-installer-linux-x86_64.sh
chmod +x bazel-0.26.1-installer-linux-x86_64.sh
sudo ./bazel-0.26.1-installer-linux-x86_64.sh

# ndk 20
# wget -c https://dl.google.com/android/repository/android-ndk-r20-linux-x86_64.zip
# unzip android-ndk-r20-linux-x86_64.zip
# sudo rm -rf /usr/local/lib/android/sdk/ndk-bundle
# sudo mv android-ndk-r20 /usr/local/lib/android/sdk/ndk-bundle

0 comments on commit ce6743f

Please sign in to comment.