Skip to content
Snippets Groups Projects
  1. Dec 20, 2022
  2. Oct 12, 2022
    • Abhishek Pandit-Subedi's avatar
      floss: Update container image · f326deb7
      Abhishek Pandit-Subedi authored
      Recent changes in rust_crates requires rustc 1.60. Also pulls in llvm-14
      in the latest debian images.
      
      Bug: 253298221
      Tag: #floss
      Test: ./floss/build/build-in-podman.py --image-tag floss:latest
      Change-Id: Ia2d9a7ada99ada1a13570df00aaf131cf8e3d307
      f326deb7
  3. Mar 31, 2022
    • Abhishek Pandit-Subedi's avatar
      floss: Replace docker with podman · f05e97f5
      Abhishek Pandit-Subedi authored
      Docker requires root permissions to run and is not preferable for
      security reasons. Podman is a drop-in replacement that doesn't run as
      root.
      
      Bug: 220203992
      Tag: #floss
      Test: ./docker-build-image.py --tag floss:latest; ./build-in-docker.py
      Change-Id: I813fb63a25bf5588560090ddfb0ad290729a4ff1
      f05e97f5
  4. Mar 29, 2022
  5. Mar 08, 2022
  6. Feb 22, 2022
  7. Feb 18, 2022
    • Abhishek Pandit-Subedi's avatar
      floss: Add docker image for build · 6e1b4e8e
      Abhishek Pandit-Subedi authored
      Add instructions on how to build with docker and include the dockerfile
      used to generate the image used. Also include a python script that can
      be run to generate the docker image and build everything.
      
      * `sudo ./docker-build-image.py --tag floss:latest` will build the
        docker image from scratch
      
      * `sudo ./build-in-docker.py` will build Floss in the current
        repository.
      
      Tag: #floss
      Bug: 220203992
      Test: ./floss/build/docker-build.py and ./build.py inside container
      Change-Id: I0888a4e00de2d1f561874d6a555fc847538a131c
      6e1b4e8e
Loading