diff --git a/.github/workflows/bbw_build_container_template.yml b/.github/workflows/bbw_build_container_template.yml index 1d7d1ee3..eb903ac7 100644 --- a/.github/workflows/bbw_build_container_template.yml +++ b/.github/workflows/bbw_build_container_template.yml @@ -158,7 +158,7 @@ jobs: username: ${{ secrets.QUAY_USER }} password: ${{ secrets.QUAY_TOKEN }} - # Uncomment this when we disable the old workflow + # Uncomment this when we disable the old workflows # - name: Push images to quay.io # if: ${{ env.DEPLOY_IMAGES == 'true' }} # run: | diff --git a/.github/workflows/build-debian.jepsen-based.yml b/.github/workflows/build-debian.jepsen-based.yml index 0733375c..4dfa675c 100644 --- a/.github/workflows/build-debian.jepsen-based.yml +++ b/.github/workflows/build-debian.jepsen-based.yml @@ -1,5 +1,5 @@ name: Build Debian:jepsen based images - +#c on: push: paths: diff --git a/ci_build_images/msan.Dockerfile b/ci_build_images/msan.Dockerfile index 78a99ca9..32d758e5 100644 --- a/ci_build_images/msan.Dockerfile +++ b/ci_build_images/msan.Dockerfile @@ -1,4 +1,4 @@ -# msan.Dockerfile +# msan.Dockerfiles # this is to create images with MSAN for BB workers ARG CLANG_VERSION=15 @@ -117,4 +117,4 @@ RUN apt-get source cracklib2 \ && chmod -R a+x $MSAN_LIBDIR/bin/* ENV CFLAGS="-fno-omit-frame-pointer -O2 -g -fsanitize=memory" -ENV CXXFLAGS="$CFLAGS" \ No newline at end of file +ENV CXXFLAGS="$CFLAGS"