Commit Graph

11 Commits

Author SHA1 Message Date
b01131eaee Update Alpine package build workflow naming
- Clarify step names for cpu-check Alpine package build and upload
- Improve workflow readability without changing core functionality
2025-02-01 06:41:48 +00:00
dc63b5bb59 Remove ldconfig from Alpine build workflow
Some checks failed
Build Debian Package / build-debian (push) Successful in 1m58s
Build Alpine Package / build-alpine (push) Failing after 2m0s
- Remove unnecessary ldconfig command from build steps
- Simplify build process in Alpine Linux workflow
2025-02-01 06:40:53 +00:00
65a2de7025 Add linux-headers to Alpine build workflow dependencies
Some checks failed
Build Alpine Package / build-alpine (push) Failing after 1m54s
Build Debian Package / build-debian (push) Successful in 1m55s
- Include linux-headers package in Alpine build environment
- Ensure complete set of build dependencies for compilation
2025-02-01 06:35:45 +00:00
b01f0d9807 Add Git installation step to Alpine Linux build workflow
Some checks failed
Build Alpine Package / build-alpine (push) Failing after 57s
Build Debian Package / build-debian (push) Successful in 1m36s
- Install Git in the Alpine Linux container
- Ensure Git is available for repository checkout
- Resolve potential Git-related issues in the workflow
2025-02-01 06:33:17 +00:00
ebed40b93d Update Alpine Linux build workflow to use Node.js Alpine container
Some checks failed
Build Alpine Package / build-alpine (push) Failing after 13s
Build Debian Package / build-debian (push) Successful in 1m35s
- Switch container from node:latest to node:current-alpine
- Ensure consistent Alpine Linux environment for build process
2025-02-01 06:31:00 +00:00
1e4c5b630c Switch Alpine Linux build workflow to Node.js container
Some checks failed
Build Alpine Package / build-alpine (push) Failing after 38s
Build Debian Package / build-debian (push) Successful in 1m44s
- Change container from python:3-alpine to node:latest
- Prepare for Node.js-based build environment
2025-02-01 06:29:06 +00:00
827c44ba88 Update Alpine Linux build workflow container
Some checks failed
Build Alpine Package / build-alpine (push) Failing after 8s
Build Debian Package / build-debian (push) Successful in 1m20s
- Switch container from alpine:latest to python:3-alpine
- Remove Node.js setup step
- Simplify workflow configuration
2025-02-01 06:27:42 +00:00
7fbd3fb29a Add Node.js setup to Alpine Linux build workflow
Some checks failed
Build Alpine Package / build-alpine (push) Failing after 41s
Build Debian Package / build-debian (push) Successful in 1m27s
- Include Node.js setup step in Alpine build job
- Use actions/setup-node@v3 to prepare Node.js environment
2025-02-01 06:24:59 +00:00
2fbc59be7f revert 9fce46386b
Some checks failed
Build Alpine Package / build-alpine (push) Failing after 3s
Build Debian Package / build-debian (push) Has been cancelled
revert Modify Alpine Linux build workflow to run on host runner

- Change Alpine build job to run directly on host runner
- Remove container specification from workflow configuration
2025-02-01 06:23:53 +00:00
9fce46386b Modify Alpine Linux build workflow to run on host runner
Some checks are pending
Build Debian Package / build-debian (push) Successful in 1m38s
Build Alpine Package / build-alpine (push) Waiting to run
- Change Alpine build job to run directly on host runner
- Remove container specification from workflow configuration
2025-02-01 06:13:32 +00:00
5235205167 Add Debian and Alpine Linux package build support to GitHub Actions
Some checks failed
Build Debian Package / build-debian (push) Successful in 1m31s
Build Alpine Package / build-alpine (push) Failing after 3s
- Introduce Debian and Alpine Linux package build stages in CI/CD pipeline
- Configure CMake for static compilation on both platforms
- Add artifact upload for Debian (.deb) and Alpine (.apk) packages
- Include static Abseil library build process for both distributions
2025-02-01 06:06:24 +00:00