Update build_deb_package.yml - #6
Draft
jennfshr wants to merge 171 commits into
Draft
Conversation
addressing > Deprecation notice: v1, v2, and v3 of the artifact actions The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "ldms-slingshot-sampler". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
stubbed in extended functionality to sign package, then starts for setting up a apt webserver
trying to get manual workflow runs to be supported
upload-pages-artifact v3.0.1
fix for `mkdir -p /ovis-ldms` permission denied
add some debugging to the repo step
use absolute path to debian package
simplify the runner work dir path
gpg edit-key adduid
Updated README to reflect Docker container build instructions and usage details for the Slingshot Switch Sampler LDMS DPKG package.
Debian bullseye
Changed the runner from arm64 to standard Ubuntu 24.04.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
addressing