Skip to content

Commit 046ebf5

Browse files
committed
Build with curl 8.0.1, Update Dockerfile
1 parent 960a3d0 commit 046ebf5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM ghcr.io/wiiu-env/devkitppc:20221228
1+
FROM ghcr.io/wiiu-env/devkitppc:20230621
22

3-
COPY --from=ghcr.io/wiiu-env/wiiumodulesystem:20230106 /artifacts $DEVKITPRO
3+
COPY --from=ghcr.io/wiiu-env/wiiumodulesystem:20230622 /artifacts $DEVKITPRO
44

55
WORKDIR project

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![CI-Release](https://github.com/wiiu-env/CURLWrapperModule/actions/workflows/ci.yml/badge.svg)](https://github.com/wiiu-env/CURLWrapperModule/actions/workflows/ci.yml)
22

3-
Aroma Module that (hopefully) exports all functions of libcurl (Currently targeting: curl 7.84.0)
3+
Aroma Module that (hopefully) exports all functions of libcurl (Currently targeting: curl 8.0.1)
44

55
## Usage
66
(`[ENVIRONMENT]` is a placeholder for the actual environment name.)
@@ -23,7 +23,7 @@ docker run -it --rm -v ${PWD}:/project curlwrappermodule-builder make
2323
docker run -it --rm -v ${PWD}:/project curlwrappermodule-builder make clean
2424
```
2525

26-
The bundled Dockerfile creates a module with this version: `libcurl/7.84.0 mbedTLS/2.28.1 zlib/1.2.11`
26+
The bundled Dockerfile creates a module with this version: `libcurl/8.0.1 mbedTLS/2.28.3 zlib/1.2.13`
2727

2828
## Format the code via docker
2929

src/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ WUMS_EXPORT_FUNCTION(curl_url_dup);
109109
WUMS_EXPORT_FUNCTION(curl_url_get);
110110
WUMS_EXPORT_FUNCTION(curl_url_set);
111111
WUMS_EXPORT_FUNCTION(curl_url_strerror);
112+
WUMS_EXPORT_FUNCTION(curl_ws_send);
113+
WUMS_EXPORT_FUNCTION(curl_ws_recv);
112114

113115
// Export cacerts
114116
WUMS_EXPORT_DATA(cacert_pem);

0 commit comments

Comments
 (0)