diff --git a/.github/workflows/AlmaLinux.yml b/.github/workflows/AlmaLinux.yml index ea60ff2..b1b94c1 100644 --- a/.github/workflows/AlmaLinux.yml +++ b/.github/workflows/AlmaLinux.yml @@ -33,12 +33,6 @@ jobs: - name: Install build dependencies run: dnf --assumeyes builddep scripts/cc-metric-collector.spec - # See: https://github.com/marketplace/actions/setup-go-environment - - name: Setup Golang - uses: actions/setup-go@v2 - with: - go-version: '^1.16.7' - - name: RPM build MetricCollector id: rpmbuild run: | diff --git a/Makefile b/Makefile index 654ef1c..e1bae82 100644 --- a/Makefile +++ b/Makefile @@ -74,4 +74,4 @@ RPM: scripts/cc-metric-collector.spec @SRCFILE="$${SOURCEDIR}/$${PREFIX}.$${FORMAT}" @git archive --verbose --format "$${FORMAT}" --prefix="$${PREFIX}/" --output="$${SRCFILE}" HEAD # Build RPM and SRPM - @rpmbuild -ba --define="VERS $${VERS}" --rmsource --clean --nodeps "$${SPECFILE}" \ No newline at end of file + @rpmbuild -ba --define="VERS $${VERS}" --rmsource --clean "$${SPECFILE}"