Skip to content

Commit 799cd4d

Browse files
committed
all: remove indexer-service, indexer-native
all: update yarn.lock
1 parent f349b50 commit 799cd4d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+104
-11251
lines changed

.github/workflows/indexer-service-image.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

.github/workflows/publish-native-binaries.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

Dockerfile.indexer-agent

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ ENV NODE_ENV production
77

88
RUN apt-get update && apt-get install -y python3 build-essential git curl
99

10-
# Install Rust
11-
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rustup.sh && sh /tmp/rustup.sh -y
12-
ENV PATH="/root/.cargo/bin:$PATH"
13-
1410
WORKDIR /opt/indexer
1511

1612
# Copy root files
@@ -41,10 +37,6 @@ ENV NODE_OPTIONS="--max-old-space-size=4096"
4137

4238
RUN apt-get update && apt-get install -y python3 build-essential git curl
4339

44-
# Install Rust
45-
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rustup.sh && sh /tmp/rustup.sh -y
46-
ENV PATH="/root/.cargo/bin:$PATH"
47-
4840
WORKDIR /opt/indexer
4941

5042
# Copy root files
@@ -53,6 +45,7 @@ COPY yarn.lock .
5345
COPY tsconfig.json .
5446
COPY lerna.json .
5547

48+
5649
# Copy build output
5750
COPY --from=build /opt/indexer/packages/indexer-common/package.json /opt/indexer/packages/indexer-common/package.json
5851
COPY --from=build /opt/indexer/packages/indexer-common/dist /opt/indexer/packages/indexer-common/dist

Dockerfile.indexer-cli

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ ENV NODE_ENV production
77

88
RUN apt-get update && apt-get install -y python3 build-essential git curl
99

10-
# Install Rust
11-
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rustup.sh && sh /tmp/rustup.sh -y
12-
ENV PATH="/root/.cargo/bin:$PATH"
13-
1410
WORKDIR /opt/indexer
1511

1612
# Copy root files
@@ -21,7 +17,6 @@ COPY lerna.json .
2117

2218
# Copy shared and package files
2319
COPY packages/indexer-common/ ./packages/indexer-common
24-
COPY packages/indexer-native/ ./packages/indexer-native
2520
COPY packages/indexer-cli/ ./packages/indexer-cli
2621

2722
# Install dependencies; include dev dependencies
@@ -56,7 +51,6 @@ COPY --from=build /opt/indexer/packages/indexer-cli/dist /opt/indexer/packages/i
5651
COPY --from=build /opt/indexer/packages/indexer-cli/bin /opt/indexer/packages/indexer-cli/bin
5752

5853

59-
6054
# Install dependencies; exclude dev dependencies
6155
RUN yarn --frozen-lockfile --non-interactive --production=true
6256
RUN ln -s /opt/indexer/packages/indexer-cli/bin/graph-indexer /usr/bin/graph

Dockerfile.indexer-service

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)