Skip to content

Commit

Permalink
PMM-13399 trying to fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Oct 19, 2024
1 parent 3148f01 commit 0ed3064
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/packages/deb/files
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install -m 0755 bin/pt-summary $RPM_BUILD_ROOT/usr/local/percona/pmm/tools/
install -m 0755 bin/pt-mysql-summary $RPM_BUILD_ROOT/usr/local/percona/pmm/tools/
install -m 0755 bin/pt-mongodb-summary $RPM_BUILD_ROOT/usr/local/percona/pmm/tools/
install -m 0755 bin/pt-pg-summary $RPM_BUILD_ROOT/usr/local/percona/pmm/tools/
install -m 0755 pkg/linux_amd64/nomad $RPM_BUILD_ROOT/usr/local/percona/pmm/tools/
install -m 0755 bin/nomad $RPM_BUILD_ROOT/usr/local/percona/pmm/tools/

install -m 0660 example.prom $RPM_BUILD_ROOT/usr/local/percona/pmm/collectors/textfile-collector/low-resolution/
install -m 0660 example.prom $RPM_BUILD_ROOT/usr/local/percona/pmm/collectors/textfile-collector/medium-resolution/
Expand Down
2 changes: 1 addition & 1 deletion build/packages/rpm/client/pmm-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ install -m 0755 bin/pt-summary $RPM_BUILD_ROOT/usr/local/percona/pmm/tools
install -m 0755 bin/pt-mysql-summary $RPM_BUILD_ROOT/usr/local/percona/pmm/tools
install -m 0755 bin/pt-mongodb-summary $RPM_BUILD_ROOT/usr/local/percona/pmm/tools
install -m 0755 bin/pt-pg-summary $RPM_BUILD_ROOT/usr/local/percona/pmm/tools
install -m 0755 pkg/linux_amd64/nomad $RPM_BUILD_ROOT/usr/local/percona/pmm/tools
install -m 0755 bin/nomad $RPM_BUILD_ROOT/usr/local/percona/pmm/tools
install -m 0660 example.prom $RPM_BUILD_ROOT/usr/local/percona/pmm/collectors/textfile-collector/low-resolution/
install -m 0660 example.prom $RPM_BUILD_ROOT/usr/local/percona/pmm/collectors/textfile-collector/medium-resolution/
install -m 0660 example.prom $RPM_BUILD_ROOT/usr/local/percona/pmm/collectors/textfile-collector/high-resolution/
Expand Down
1 change: 1 addition & 0 deletions build/scripts/build-client-binary
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ main() {

echo ${pmm_version} > ${binary_dir}/VERSION

copy_component "nomad" "pkg/linux_amd64/nomad" "nomad"
copy_component "pmm" "build/packages/rpm/client" "rpm"
copy_component "pmm" "build/packages/config" "config"
copy_component "pmm" "build/packages/deb" "debian"
Expand Down

0 comments on commit 0ed3064

Please sign in to comment.