Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
songdongsheng committed Feb 18, 2019
1 parent 118f4e3 commit 036ac13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.*
*~

tmp.*
sha256sum*

*.out
*.so

Expand Down
3 changes: 0 additions & 3 deletions vendor/docker-build-linux-amd64-musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@ gcc -std=gnu99 -Os -Wall -Wextra -pedantic -s -o su-exec-musl-shared su-exec.c
du -ks su-exec-musl-*
EOF

echo docker run --rm -it -e 'LC_ALL=en_US.UTF-8' -e 'TZ=Asia/Shanghai' \
-v ${GIT_ROOT}:/opt alpine:3.2 /opt/vendor/`basename "${TMP_SCRIPT}"`

docker run --rm -it -e 'LC_ALL=en_US.UTF-8' -e 'TZ=Asia/Shanghai' \
-v ${GIT_ROOT}:/opt alpine:3.2 /opt/vendor/`basename "${TMP_SCRIPT}"`

0 comments on commit 036ac13

Please sign in to comment.