Skip to content

Commit

Permalink
ci: build libcurl without http
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Nov 16, 2023
1 parent bc67bb6 commit 864e157
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/curl-for-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
git clone --depth 1 https://github.com/curl/curl-for-win
mv curl-for-win/* .
export CW_CONFIG='-dev-zero-imap-osnotls-osnoidn-nocurltool-win'
export CW_CONFIG='-dev-zero-imap-nohttp-osnotls-osnoidn-nocurltool-win'
export CW_REVISION='${{ github.sha }}'
. ./_versions.sh
docker trust inspect --pretty "${DOCKER_IMAGE}"
Expand Down
6 changes: 3 additions & 3 deletions tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,13 +260,13 @@
{
"input": {
"arguments": [
"http://curl.se:22/",
"imap://curl.se:22/",
"-s",
"port=80"
"port=143"
]
},
"expected": {
"stdout": "http://curl.se/\n",
"stdout": "imap://curl.se/\n",
"stderr": "",
"returncode": 0
}
Expand Down

0 comments on commit 864e157

Please sign in to comment.