Lines Matching refs:install
9 rm -rf install/bin install/include
22 find install -name \*.so -exec $STRIP {} \;
27 echo "$(cat VERSION) (git-$(git rev-parse HEAD | cut -b -10))" > install/VERSION
28 cp -Rp .gitlab-ci/bare-metal install/
29 cp -Rp .gitlab-ci/common install/
30 cp -Rp .gitlab-ci/piglit install/
31 cp -Rp .gitlab-ci/fossils.yml install/
32 cp -Rp .gitlab-ci/fossils install/
33 cp -Rp .gitlab-ci/fossilize-runner.sh install/
34 cp -Rp .gitlab-ci/crosvm-init.sh install/
35 cp -Rp .gitlab-ci/*.txt install/
36 cp -Rp .gitlab-ci/report-flakes.py install/
37 cp -Rp .gitlab-ci/vkd3d-proton install/
38 cp -Rp .gitlab-ci/*-runner.sh install/
42 | xargs -I '{}' cp -p '{}' install/
44 # Tar up the install dir so that symlinks and hardlinks aren't each
47 tar -cf artifacts/install.tar install
54 gzip -c artifacts/install.tar > ${MINIO_ARTIFACT_NAME}