File tree 3 files changed +2
-10
lines changed
3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,8 @@ RUN git clone --branch=PHP-8.4 https://github.com/php/php-src.git . && \
65
65
php --version
66
66
67
67
# Install e-dant/watcher (necessary for file watching)
68
- ARG EDANT_WATCHER_VERSION=release
69
68
WORKDIR /usr/local/src/watcher
70
- RUN git clone --branch=$EDANT_WATCHER_VERSION https://github.com/e-dant/watcher . && \
69
+ RUN git clone https://github.com/e-dant/watcher . && \
71
70
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release && \
72
71
cmake --build build/ && \
73
72
cmake --install build
Original file line number Diff line number Diff line change @@ -67,9 +67,8 @@ RUN git clone --branch=PHP-8.4 https://github.com/php/php-src.git . && \
67
67
php --version
68
68
69
69
# Install e-dant/watcher (necessary for file watching)
70
- ARG EDANT_WATCHER_VERSION=release
71
70
WORKDIR /usr/local/src/watcher
72
- RUN git clone --branch=$EDANT_WATCHER_VERSION https://github.com/e-dant/watcher . && \
71
+ RUN git clone https://github.com/e-dant/watcher . && \
73
72
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release && \
74
73
cmake --build build/ && \
75
74
cmake --install build
Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ variable "GO_VERSION" {
14
14
default = " 1.23"
15
15
}
16
16
17
- variable EDANT_WATCHER_VERSION {
18
- default = " next"
19
- }
20
-
21
17
variable "SHA" {}
22
18
23
19
variable "LATEST" {
@@ -119,7 +115,6 @@ target "default" {
119
115
}
120
116
args = {
121
117
FRANKENPHP_VERSION = VERSION
122
- EDANT_WATCHER_VERSION = EDANT_WATCHER_VERSION
123
118
}
124
119
}
125
120
@@ -145,7 +140,6 @@ target "static-builder" {
145
140
}
146
141
args = {
147
142
FRANKENPHP_VERSION = VERSION
148
- EDANT_WATCHER_VERSION = EDANT_WATCHER_VERSION
149
143
}
150
144
secret = [" id=github-token,env=GITHUB_TOKEN" ]
151
145
}
You can’t perform that action at this time.
0 commit comments