File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
test/extensions/filters/network/thrift_proxy/driver Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -204,11 +204,11 @@ REPOSITORY_LOCATIONS_SPEC = dict(
204
204
project_name = "Shellcheck rules for bazel" ,
205
205
project_desc = "Now you do not need to depend on the system shellcheck version in your bazel-managed (mono)repos." ,
206
206
project_url = "https://github.com/aignas/rules_shellcheck" ,
207
- version = "0.3.3 " ,
208
- sha256 = "936ece8097b734ac7fab10f833a68f7d646b4bc760eb5cde3ab17beb85779d50 " ,
207
+ version = "0.4.0 " ,
208
+ sha256 = "cef935ea1088d2b45c5bc3630f8178c91ba367b071af2bfdcd16c042c5efe8ae " ,
209
209
strip_prefix = "rules_shellcheck-{version}" ,
210
210
urls = ["https://github.com/aignas/rules_shellcheck/archive/{version}.tar.gz" ],
211
- release_date = "2024-02-15 " ,
211
+ release_date = "2025-08-13 " ,
212
212
use_category = ["build" ],
213
213
cpe = "N/A" ,
214
214
license = "MIT" ,
Original file line number Diff line number Diff line change 108
108
SERVICE_FLAGS+=(" --unix" )
109
109
" ${DRIVER_DIR} /server" " ${SERVICE_FLAGS[@]} " &
110
110
SERVER_PID=" $! "
111
- while [[ ! -a " ${SOCKET} " ]]; do
111
+ while [[ ! -e " ${SOCKET} " ]]; do
112
112
sleep 0.1
113
113
114
114
if ! kill -0 " ${SERVER_PID} " ; then
You can’t perform that action at this time.
0 commit comments