mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-06 03:02:37 +02:00
ci: remove gnu-getopt usage
This is used for argument parsing in the retry script, however we don't use the script with any arguments. So remove the unused code, and the dependency on gnu-getopt. This came up in the context of adding new CI jobs, where gnu-getopt might not be available, or working properly. It seemed easier to just remove the unused code, than look for more workarounds.
This commit is contained in:
@@ -8,7 +8,7 @@ export LC_ALL=C
|
||||
|
||||
set -o errexit -o pipefail -o xtrace
|
||||
|
||||
export CI_RETRY_EXE="/ci_retry --"
|
||||
export CI_RETRY_EXE="/ci_retry"
|
||||
|
||||
pushd "/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user