cibuild.sh: Remove the flock installation

follow up the apps repo change:
commit 18137c0fec3cea30871f29238e11ea0f4e8523da
Author: Matias N <matias@protobits.dev>
Date:   Sat Sep 12 00:36:23 2020 -0300

    Fix: ensure archive files do not carry object files from prior builds

    This is the corresponding change to the one on main NuttX repo. In this
    case this involves splitting the build of libapps.a into: a) building
    all applications (which is safely parallelizable), b) adding each
    application's object files to the archive in turns (serial by nature).

    This removes the need for the flock used to protect the parallel build.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
1 file changed
tree: 194efc0394a40744979843969271c585e90e2eb1
  1. .github/
  2. docker/
  3. testlist/
  4. .asf.yaml
  5. cibuild.sh
  6. README.md
README.md

incubator-nuttx-testing