This repository was archived by the owner on Feb 13, 2023. It is now read-only.
File tree 4 files changed +13
-9
lines changed 4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1
1
[submodule "dagger "]
2
2
path = dagger
3
3
url = https://github.com/dagger/dagger
4
+ branch = cue-sdk
Original file line number Diff line number Diff line change 4
4
dep : reset
5
5
git submodule update --init
6
6
git submodule update --force --remote
7
+ git submodule foreach -q --recursive ' branch="$$(git config -f $$toplevel/.gitmodules submodule.$$name.branch)"; git switch $$branch'
7
8
8
9
apply-patch.% :
9
- cd ./dagger && (curl https://github.com/dagger/dagger/compare/main ...morlay:$* .patch | git apply -v)
10
+ cd ./dagger && (curl https://github.com/dagger/dagger/compare/cue-sdk ...morlay:$* .patch | git apply -v)
10
11
11
12
patch : dep
12
- $(MAKE ) apply-patch.enhance -copy-info
13
- $(MAKE ) apply-patch.handle-cue-panic
14
- $(MAKE ) apply-patch.list-all-nested-action
15
- $(MAKE ) apply-patch.buildkit-auto-switch
16
- $(MAKE ) apply-patch.multi-arch
17
- $(MAKE ) apply-patch.cuemod
13
+ $(MAKE ) apply-patch.cue-sdk -copy-info
14
+ $(MAKE ) apply-patch.cue-sdk- handle-cue-panic
15
+ $(MAKE ) apply-patch.cue-sdk- list-all-nested-action
16
+ $(MAKE ) apply-patch.cue-sdk- buildkit-auto-switch
17
+ $(MAKE ) apply-patch.cue-sdk- multi-arch
18
+ $(MAKE ) apply-patch.cue-sdk- cuemod
18
19
cd dagger && go mod tidy
19
20
20
21
install : patch
Original file line number Diff line number Diff line change @@ -76,7 +76,9 @@ actions: go: golang.#Project & {
76
76
steps : [
77
77
debian .#InstallPackage & {
78
78
packages : {
79
- " git " : _
79
+ " git " : _
80
+ " wget " : _
81
+ " curl " : _
80
82
}
81
83
},
82
84
imagetool .#Shell & {
You can’t perform that action at this time.
0 commit comments