Skip to content

Commit

Permalink
perform dist check the same way we normally do builds.
Browse files Browse the repository at this point in the history
The default behavior in `kickstart.sh` is to run
`install-required-packages.sh` with just the `netdata` package set, and
we don't even document how to make it run with `netdata-all`, so a vast
majority of users will only be running using the `netdata` package set.
  • Loading branch information
Ferroin committed Jun 11, 2020
1 parent 2cbd0ad commit aa01a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@v2
- name: Prepare environment
run: |
./packaging/installer/install-required-packages.sh --dont-wait --non-interactive netdata-all
./packaging/installer/install-required-packages.sh --dont-wait --non-interactive netdatu
sudo apt-get install -y libjson-c-dev libipmimonitoring-dev libcups2-dev libsnappy-dev \
libprotobuf-dev libprotoc-dev libssl-dev protobuf-compiler \
libnetfilter-acct-dev
Expand Down

0 comments on commit aa01a8d

Please sign in to comment.