Loading floss/build/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,7 @@ ENV PATH="/root/.cargo/bin:${PATH}" # Install cargo packages required on build image. RUN cargo install --locked cxxbridge-cmd@1.0.94 pdl-compiler@0.1.1 grpcio-compiler@0.13.0 RUN cargo install --git https://android.googlesource.com/platform/build#8f9ca807 aconfig # Rename llvm packages. By default, they are named 11vm-ar-13, etc. which won't # work properly with the build. Loading Loading
floss/build/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,7 @@ ENV PATH="/root/.cargo/bin:${PATH}" # Install cargo packages required on build image. RUN cargo install --locked cxxbridge-cmd@1.0.94 pdl-compiler@0.1.1 grpcio-compiler@0.13.0 RUN cargo install --git https://android.googlesource.com/platform/build#8f9ca807 aconfig # Rename llvm packages. By default, they are named 11vm-ar-13, etc. which won't # work properly with the build. Loading