From 2d7118e724cc28e116114d2ab03b7befe5d9db9d Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 14 Aug 2026 23:46:34 +0100 Subject: gnu: Remove go-github-com-nektos-act. * gnu/packages/golang-vcs.scm (go-github-com-nektos-act): Delete variable. Signed-off-by: Liliana Marie Prikler Merges: guix/guix#10565 --- gnu/packages/golang-vcs.scm | 110 -------------------------------------------- 1 file changed, 110 deletions(-) diff --git a/gnu/packages/golang-vcs.scm b/gnu/packages/golang-vcs.scm index eb87c1d57c2..d74be58bf26 100644 --- a/gnu/packages/golang-vcs.scm +++ b/gnu/packages/golang-vcs.scm @@ -508,116 +508,6 @@ values configuration, and can parse configurations include via supported yet.") (license license:gpl2+))) -;; TODO: Delete all node_modules in pkg/runner/testdata/actions. -(define-public go-github-com-nektos-act - (package - (name "go-github-com-nektos-act") - (version "1.24.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://code.forgejo.org/forgejo/act.git") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fk5l44jycyzzlvxr0312ayns1rl15vl2kjc6nh726sjlghpa0d7")))) - (build-system go-build-system) - (arguments - (list - #:import-path "github.com/nektos/act" - #:embed-files #~(list ".*\\.json") - #:test-flags - #~(list "-skip" (string-join - ;; Network access is required. - (list "TestArtifactFlow/GHSL-2023-004" - "TestArtifactFlow/upload-and-download" - "TestFindGitRemoteURL" - "TestGitCloneExecutor" - "TestGitFindRef" - "TestHandler_gcCache" - "TestImageExistsLocally" - "TestHandler" - "TestJobExecutor" - ;; Running Docker is required. - "TestDocker" - ;; Something else... - "TestActionCache" - "TestInterpolate" - "TestRunContext_EvalBool" - "TestDryrunEvent" - "TestEvaluateRunContext/toJSON" - "TestEvaluateRunContext/toJson" - "TestGetGitHubContext" - "TestMaskValues" - "TestRunActionInputs" - "TestRunDifferentArchitecture" - "TestRunEvent" - "TestRunEventHostEnvironment" - "TestRunEventPullRequest" - "TestRunEventSecrets" - "TestRunMatrixWithUserDefinedInclusions" - "TestRunSkipped" - "TestRunWithService" - "TestSetupEnv" - "TestStepActionRemotePreThroughActionToken") - "|")) - #:phases - #~(modify-phases %standard-phases - ;; The buildkit dependency tree is *massive* and the only thing - ;; that's used is the dockerignore module, which is just an alias to - ;; github.com/moby/patternmatcher which this library already depends - ;; on! - (add-after 'unpack 'fix-dockerignore - (lambda _ - (substitute* "src/github.com/nektos/act/pkg/container/docker_build.go" - (("\"github.com/moby/buildkit/frontend/dockerfile/dockerignore\"") - "dockerignore \"github.com/moby/patternmatcher/ignorefile\""))))))) - (native-inputs - (list go-github-com-go-git-go-billy-v5 - go-github-com-stretchr-testify - go-gotest-tools-v3)) - (propagated-inputs - (list go-dario-cat-mergo - go-github-com-adrg-xdg - go-github-com-alecaivazis-survey-v2 - go-github-com-andreaskoch-go-fswatch - go-github-com-creack-pty - go-github-com-distribution-reference - go-github-com-docker-cli - go-github-com-docker-distribution - go-github-com-docker-docker - go-github-com-docker-go-connections - go-github-com-go-git-go-git-v5 - go-github-com-gobwas-glob - go-github-com-golang-jwt-jwt-v5 - go-github-com-imdario-mergo - go-github-com-joho-godotenv - go-github-com-julienschmidt-httprouter - go-github-com-kballard-go-shellquote - go-github-com-masterminds-semver - go-github-com-mattn-go-isatty - go-github-com-moby-patternmatcher - go-github-com-opencontainers-image-spec - go-github-com-opencontainers-selinux - go-github-com-pkg-errors - go-github-com-rhysd-actionlint - go-github-com-sabhiram-go-gitignore - go-github-com-sirupsen-logrus - go-github-com-spf13-cobra - go-github-com-spf13-pflag - go-github-com-timshannon-bolthold - go-go-etcd-io-bbolt - go-golang-org-x-term - go-google-golang-org-protobuf - go-gopkg-in-yaml-v3)) - (home-page "https://github.com/nektos/act") - (synopsis "Run GitHub Actions locally") - (description - "Helper tool to run @url{https://developer.github.com/actions/,GitHub -Actions} locally.") - (license license:expat))) - (define-public go-github-com-rhysd-actionlint (package (name "go-github-com-rhysd-actionlint") -- cgit v1.2.3