Skip to content

Commit

Permalink
[indexer] Update to match new build setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kadircet committed Jul 5, 2024
1 parent e3ac481 commit 9e26439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
5 changes: 1 addition & 4 deletions indexer/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ cd src

gclient sync --no-history

# Remove snapcraft from dependency list: installing it is not feasible inside
# Docker.
sed -i '/if package_exists("snapcraft"):/,/packages.append("snapcraft")/d' ./build/install-build-deps.py
build/install-build-deps-android.sh || true
build/install-build-deps.py || true

gclient runhooks

Expand Down
7 changes: 1 addition & 6 deletions indexer/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,7 @@ index() {

# --- Linux ---

# Remove snapcraft from dependency list: installing it is not feasible inside
# Docker.
sed -i '/if package_exists("snapcraft"):/,/packages.append("snapcraft")/d' ./build/install-build-deps.py
./build/install-build-deps.sh || true
./build/install-build-deps.py || true

index linux 'target_os="linux"' || true

Expand All @@ -89,8 +86,6 @@ index chromeos 'target_os="chromeos"' || true

# --- Android ---

build/install-build-deps-android.sh || true

index android 'target_os="android"' || true

# --- Fuchsia ---
Expand Down

0 comments on commit 9e26439

Please sign in to comment.