]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: brew `--no-lock` an invalid option now, drop
authorViktor Szakats <commit@vsz.me>
Tue, 4 Mar 2025 18:17:13 +0000 (19:17 +0100)
committerViktor Szakats <commit@vsz.me>
Tue, 4 Mar 2025 18:33:50 +0000 (19:33 +0100)
```
Error: invalid option: --no-lock
```
Ref: https://github.com/curl/curl/actions/runs/13659344413/job/38186577572#step:2:655

Closes #16561

.github/workflows/macos.yml
.github/workflows/non-native.yml
.github/workflows/windows.yml

index 9dbe4ea71896a180084a378bc18e30cee6f907c3..6490e8065a66d8390adc3abe5489309d60fd4335 100644 (file)
@@ -187,7 +187,7 @@ jobs:
             pkgconf libpsl libssh2 \
             ${{ !matrix.build.clang-tidy && 'libnghttp2 stunnel' || '' }} \
             ${{ matrix.build.install }} | xargs -Ix -n1 echo brew '"x"' > /tmp/Brewfile
-          while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew bundle install --no-lock --file /tmp/Brewfile && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done
+          while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew bundle install --file /tmp/Brewfile && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done
 
       - name: 'brew unlink openssl'
         if: ${{ contains(matrix.build.install, 'libressl') || contains(matrix.build.install, 'quictls') }}
@@ -413,7 +413,7 @@ jobs:
         if: ${{ matrix.build == 'autotools' }}
         run: |
           echo automake libtool | xargs -Ix -n1 echo brew '"x"' > /tmp/Brewfile
-          while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew bundle install --no-lock --file /tmp/Brewfile && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done
+          while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew bundle install --file /tmp/Brewfile && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done
 
       - name: 'toolchain versions'
         run: |
index eb64348256f445d423e0bb036a2ca3ce6154f17b..1336ea8edc3a5eb9fb8cdf3e1214d01aa821b293 100644 (file)
@@ -286,7 +286,7 @@ jobs:
         if: ${{ matrix.build.configure }}
         run: |
           echo automake libtool | xargs -Ix -n1 echo brew '"x"' > /tmp/Brewfile
-          while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew bundle install --no-lock --file /tmp/Brewfile && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done
+          while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew bundle install --file /tmp/Brewfile && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done
 
       - name: 'toolchain versions'
         run: |
index 36a3815212975a85e6043951fb1a8df6318e1958..e47acf7be821a8ec0a09ef3083a617cde049071b 100644 (file)
@@ -607,7 +607,7 @@ jobs:
         timeout-minutes: 5
         run: |
           echo automake libtool | xargs -Ix -n1 echo brew '"x"' > /tmp/Brewfile
-          while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew bundle install --no-lock --file /tmp/Brewfile && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done
+          while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew bundle install --file /tmp/Brewfile && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done
 
       - name: 'cache compiler (mingw32ce)'
         uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4