Skip to content

Commit

Permalink
asdf bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Mar 10, 2024
1 parent b6fd8b7 commit 732cb09
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3439,3 +3439,9 @@
[submodule "2024/03/10/pathex"]
path = 2024/03/10/pathex
url = https://github.com/hissssst/pathex
[submodule "2024/03/10/rustler"]
path = 2024/03/10/rustler
url = https://github.com/rusterlium/rustler
[submodule "2024/03/10/asdf-bazel"]
path = 2024/03/10/asdf-bazel
url = https://github.com/mrinalwadhwa/asdf-bazel
2 changes: 1 addition & 1 deletion 2023/09/30/act
Submodule act updated 64 files
+21 −21 .github/workflows/checks.yml
+2 −2 .github/workflows/promote.yml
+3 −3 .github/workflows/release.yml
+1 −1 .github/workflows/stale.yml
+4 −0 .mergify.yml
+11 −3 README.md
+1 −1 VERSION
+4 −0 cmd/input.go
+1 −1 cmd/platforms.go
+67 −93 cmd/root.go
+28 −28 go.mod
+58 −61 go.sum
+8 −2 pkg/artifactcache/handler.go
+16 −10 pkg/common/git/git.go
+21 −17 pkg/container/container_types.go
+1 −1 pkg/container/docker_auth.go
+1 −1 pkg/container/docker_build.go
+1 −1 pkg/container/docker_cli.go
+1 −1 pkg/container/docker_images.go
+1 −1 pkg/container/docker_logger.go
+79 −0 pkg/container/docker_network.go
+1 −1 pkg/container/docker_pull.go
+75 −33 pkg/container/docker_run.go
+80 −0 pkg/container/docker_run_test.go
+134 −0 pkg/container/docker_socket.go
+150 −0 pkg/container/docker_socket_test.go
+13 −1 pkg/container/docker_stub.go
+1 −1 pkg/container/docker_volume.go
+11 −10 pkg/container/host_environment.go
+67 −0 pkg/container/host_environment_test.go
+1 −0 pkg/container/testdata/scratch/test.txt
+1 −0 pkg/exprparser/functions_test.go
+17 −13 pkg/exprparser/interpreter.go
+17 −17 pkg/filecollector/file_collector.go
+59 −4 pkg/filecollector/file_collector_test.go
+1 −1 pkg/model/github_context.go
+40 −6 pkg/model/planner.go
+59 −17 pkg/model/workflow.go
+139 −0 pkg/model/workflow_test.go
+41 −8 pkg/runner/action.go
+3 −28 pkg/runner/action_cache.go
+41 −0 pkg/runner/action_cache_offline_mode.go
+56 −16 pkg/runner/action_cache_test.go
+5 −2 pkg/runner/action_composite.go
+82 −9 pkg/runner/expression.go
+5,103 −0 pkg/runner/hashfiles/index.js
+8 −2 pkg/runner/job_executor.go
+91 −0 pkg/runner/local_repository_cache.go
+1 −1 pkg/runner/logger.go
+45 −4 pkg/runner/reusable_workflow.go
+244 −44 pkg/runner/run_context.go
+58 −0 pkg/runner/run_context_test.go
+43 −40 pkg/runner/runner.go
+32 −0 pkg/runner/runner_test.go
+13 −0 pkg/runner/step.go
+27 −8 pkg/runner/step_action_local.go
+50 −4 pkg/runner/step_action_remote.go
+0 −1 pkg/runner/step_test.go
+3 −0 pkg/runner/testdata/local-remote-action-overrides/config.yml
+9 −0 pkg/runner/testdata/local-remote-action-overrides/push.yml
+8 −0 pkg/runner/testdata/remote-action-composite-action-ref/push.yml
+14 −0 pkg/runner/testdata/services-host-network/push.yml
+16 −0 pkg/runner/testdata/services-with-container/push.yml
+26 −0 pkg/runner/testdata/services/push.yaml
1 change: 1 addition & 0 deletions 2024/03/10/asdf-bazel
Submodule asdf-bazel added at f83100
1 change: 1 addition & 0 deletions 2024/03/10/rustler
Submodule rustler added at f94458

0 comments on commit 732cb09

Please sign in to comment.