mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 14:06:58 +02:00
- Rev chromeos-systemtests, and add fio as a dependency. - Add fio into the image during mod_image_for_test.sh Review URL: http://chromereview.prom.corp.google.com/1180028 git-svn-id: svn://chrome-svn/chromeos/trunk@297 06c00378-0e64-4dae-be16-12b19f9950a1
13 lines
345 B
Plaintext
13 lines
345 B
Plaintext
# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
# build fio
|
|
pushd "${GCLIENT_ROOT}/src/third_party/fio"
|
|
./make_pkg.sh
|
|
popd
|
|
|
|
sudo cp "${DEFAULT_BUILD_ROOT}"/x86/local_packages/fio_*.deb \
|
|
"${ROOT_FS_DIR}/modify_build/"
|
|
|