From 035e39bdbd2700a01bf6b5f00a7ad36ff174c25c Mon Sep 17 00:00:00 2001 From: "Heinz N. Gies" Date: Fri, 24 Mar 2023 10:36:26 +0100 Subject: [PATCH] Reduce ccdegen-units for tests Signed-off-by: Heinz N. Gies --- .github/workflows/integration.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 7a5443b155..48e80ead02 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -30,7 +30,7 @@ jobs: env: TREMOR_PATH: "${{ github.workspace }}/tremor-script/lib:${{ github.workspace }}/tremor-cli/tests/lib" - RUSTFLAGS: -D warnings -C target-feature=${{ matrix.target_feature }} --cfg tokio_unstable + RUSTFLAGS: -D warnings -C target-feature=${{ matrix.target_feature }} runs-on: ${{ matrix.os }} steps: diff --git a/Dockerfile b/Dockerfile index 15af9639fa..2a77cfa010 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update \ # Switch back to dialog for any ad-hoc use of apt-get ENV DEBIAN_FRONTEND=dialog -ENV RUSTFLAGS="-C target-feature=+avx,+avx2,+sse4.2 --cfg tokio_unstable" +ENV RUSTFLAGS="-C target-feature=+avx,+avx2,+sse4.2" WORKDIR /app