{"id":28100230,"url":"https://github.com/scufflecloud/valgrind-builds","last_synced_at":"2026-04-20T02:12:18.863Z","repository":{"id":279299188,"uuid":"938361088","full_name":"ScuffleCloud/valgrind-builds","owner":"ScuffleCloud","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-08T00:24:11.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-09T16:26:58.529Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ScuffleCloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"scufflecloud","open_collective":"scuffle"}},"created_at":"2025-02-24T20:44:00.000Z","updated_at":"2025-02-24T22:04:33.000Z","dependencies_parsed_at":"2025-02-24T21:33:38.770Z","dependency_job_id":"487f2ee6-870f-4739-9fc8-e89ad9b54378","html_url":"https://github.com/ScuffleCloud/valgrind-builds","commit_stats":null,"previous_names":["scufflecloud/valgrind-builds"],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScuffleCloud%2Fvalgrind-builds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScuffleCloud%2Fvalgrind-builds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScuffleCloud%2Fvalgrind-builds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScuffleCloud%2Fvalgrind-builds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ScuffleCloud","download_url":"https://codeload.github.com/ScuffleCloud/valgrind-builds/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254003524,"owners_count":21997898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-13T18:32:04.006Z","updated_at":"2025-12-24T02:36:19.764Z","avatar_url":"https://github.com/ScuffleCloud.png","language":"Shell","funding_links":["https://github.com/sponsors/scufflecloud","https://opencollective.com/scuffle"],"categories":[],"sub_categories":[],"readme":"# valgrind-builds\n\nThis repository automatically compiles and uploads Valgrind binaries for x86_64 and aarch64 architectures, on a cron schedule.\n\n## Downloading Artifacts\n\nYou can download the artifacts from the [Releases](https://github.com/scufflecloud/valgrind-builds/releases) page.\n\nFor use in a CI pipeline, you can use the following action to download the artifacts:\n\n```yaml\n- name: Download Valgrind\n  env:\n    VALGRIND_VERSION: master\n    INSTALL_PATH: /usr/local\n    RELEASE_URL: \n  run: |\n    set -eo pipefail\n    curl -L \"https://github.com/scufflecloud/valgrind-builds/releases/download/latest/valgrind-${VALGRIND_VERSION}-$(uname -s)-$(uname -m).tar.gz\" | sudo tar -xzf - --strip-components=1 -C $INSTALL_PATH\n    echo \"VALGRIND_LIB=$INSTALL_PATH/libexec/valgrind\" \u003e\u003e $GITHUB_ENV\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscufflecloud%2Fvalgrind-builds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscufflecloud%2Fvalgrind-builds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscufflecloud%2Fvalgrind-builds/lists"}