Skip to content

Commit

Permalink
[Buildkite] Remove i686-linux-android from rustup target add
Browse files Browse the repository at this point in the history
Summary: This should have been removed as part of D8689

Test Plan: NA, see if this passes

Reviewers: ashoat, ginsu, marcin, tomek, jon

Reviewed By: ashoat

Differential Revision: https://phab.comm.dev/D8701
  • Loading branch information
atulsmadhugiri committed Aug 2, 2023
1 parent f58ed7a commit dda2db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ steps:
command:
- 'curl https://sh.rustup.rs -sSf | sh -s -- -y'
- 'source /root/.cargo/env'
- 'rustup target add aarch64-linux-android arm-linux-androideabi i686-linux-android x86_64-linux-android'
- 'rustup target add aarch64-linux-android arm-linux-androideabi x86_64-linux-android'
- 'apt update && apt install -y autoconf libtool build-essential cmake git libgtest-dev libssl-dev zlib1g-dev'
- 'scripts/install_protobuf.sh'
- 'yarn ci-cleaninstall'
Expand Down

0 comments on commit dda2db8

Please sign in to comment.