Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
SERVICE_NAME=progressor
OTP_VERSION=27.1.2
REBAR_VERSION=3.24
THRIFT_VERSION=0.14.2.3
CONFLUENT_PLATFORM_VERSION=7.2.15
6 changes: 1 addition & 5 deletions .github/workflows/erlang-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
outputs:
otp-version: ${{ steps.otp-version.outputs.version }}
rebar-version: ${{ steps.rebar-version.outputs.version }}
thrift-version: ${{ steps.thrift-version.outputs.version }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -24,8 +23,6 @@ jobs:
run: echo "::set-output name=version::$OTP_VERSION"
- id: rebar-version
run: echo "::set-output name=version::$REBAR_VERSION"
- id: thrift-version
run: echo "::set-output name=version::$THRIFT_VERSION"

run:
name: Run checks
Expand All @@ -34,8 +31,7 @@ jobs:
with:
otp-version: ${{ needs.setup.outputs.otp-version }}
rebar-version: ${{ needs.setup.outputs.rebar-version }}
use-thrift: true
thrift-version: ${{ needs.setup.outputs.thrift-version }}
use-thrift: false
run-ct-with-compose: true
use-coveralls: true
upload-coverage: false
6 changes: 0 additions & 6 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ ARG OTP_VERSION
FROM docker.io/library/erlang:${OTP_VERSION}
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Install thrift compiler
ARG THRIFT_VERSION
ARG TARGETARCH
RUN wget -q -O- "https://github.com/valitydev/thrift/releases/download/${THRIFT_VERSION}/thrift-${THRIFT_VERSION}-linux-${TARGETARCH}.tar.gz" \
| tar -xvz -C /usr/local/bin/

# Set env
ENV CHARSET=UTF-8
ENV LANG=C.UTF-8
Expand Down
5 changes: 0 additions & 5 deletions benchmark/base_bench/.env

This file was deleted.

19 changes: 0 additions & 19 deletions benchmark/base_bench/.gitignore

This file was deleted.

Empty file removed benchmark/base_bench/.image.dev
Empty file.
17 changes: 0 additions & 17 deletions benchmark/base_bench/Dockerfile.dev

This file was deleted.

191 changes: 0 additions & 191 deletions benchmark/base_bench/LICENSE

This file was deleted.

Loading
Loading