Skip to content

Commit

Permalink
Merge pull request #72 from ggtakec/build_enc_env
Browse files Browse the repository at this point in the history
Removed K2HATTR_ENC_TYPE environment for building
  • Loading branch information
ggtakec authored Nov 7, 2022
2 parents 381297b + af741e7 commit 01e05e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ostypevars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ IS_OS_ALPINE=0
#----------------------------------------------------------
# Variables for each OS Type
#----------------------------------------------------------
#
# special variables for all
#
export K2HATTR_ENC_TYPE=AES256_PBKDF2

if [ -z "${CI_OSTYPE}" ]; then
#
# Unknown OS : Nothing to do
Expand Down
1 change: 0 additions & 1 deletion buildutils/Dockerfile.templ.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ MAINTAINER antpickax
WORKDIR /

%%BUILD_ENV%%
ENV K2HATTR_ENC_TYPE=AES256_PBKDF2

RUN set -x && \
%%PKG_UPDATE%% && \
Expand Down

0 comments on commit 01e05e5

Please sign in to comment.