Skip to content

Commit

Permalink
disable console pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
czpmango committed Apr 1, 2022
1 parent 809af73 commit 16fdc3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ target/
cluster.id
pids/
modules/
.linters/

# tests
!tests/Makefile
Expand Down
2 changes: 1 addition & 1 deletion package/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
set -e

version=""
package_one=ON
package_one=OFF
strip_enable="FALSE"
usage="Usage: ${0} -v <version> -n <ON/OFF> -s <TRUE/FALSE> -g <ON/OFF> -j <jobs> -t <BUILD TYPE>"
project_dir="$(cd "$(dirname "$0")" && pwd)/.."
Expand Down

0 comments on commit 16fdc3f

Please sign in to comment.