-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #111 from solarwindscloud/NH-12708-arm-support
NH-12708 Add ARM support
- Loading branch information
Showing
21 changed files
with
598 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 12 additions & 15 deletions
27
run_docker_dev.sh → ...package_solarwinds_apm_x86_64/action.yaml
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,18 @@ | ||
#!/bin/bash | ||
# | ||
# © 2023 SolarWinds Worldwide, LLC. All rights reserved. | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. | ||
# | ||
# to build the image: | ||
# docker build -t dev-container . | ||
# | ||
# to run the image: | ||
# ./run_docker_dev.sh | ||
|
||
docker run -it \ | ||
--net=host \ | ||
--cap-add SYS_PTRACE \ | ||
--workdir /code/solarwinds_apm \ | ||
-v "$PWD":/code/solarwinds_apm \ | ||
-v "$PWD"/../solarwinds-apm-liboboe/:/code/solarwinds-apm-liboboe \ | ||
dev-container bash | ||
name: package_solarwinds_apm_x86_64 | ||
|
||
description: Package solarwinds_apm for x86_64 | ||
|
||
runs: | ||
using: 'docker' | ||
image: quay.io/pypa/manylinux_2_28_x86_64:latest | ||
env: | ||
PLATFORM: x86_64 | ||
entrypoint: 'make' | ||
args: | ||
- 'package' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,5 @@ jobs: | |
run: make wrapper | ||
- name: Run tox lint | ||
run: tox -e lint -- --check-only | ||
env: | ||
PLATFORM: x86_64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.