mirror of
https://github.com/wiiu-env/CURLWrapperModule.git
synced 2024-11-21 20:29:19 +01:00
Build with curl 8.0.1, Update Dockerfile
This commit is contained in:
parent
960a3d0f1f
commit
046ebf5cbd
@ -1,5 +1,5 @@
|
||||
FROM ghcr.io/wiiu-env/devkitppc:20221228
|
||||
FROM ghcr.io/wiiu-env/devkitppc:20230621
|
||||
|
||||
COPY --from=ghcr.io/wiiu-env/wiiumodulesystem:20230106 /artifacts $DEVKITPRO
|
||||
COPY --from=ghcr.io/wiiu-env/wiiumodulesystem:20230622 /artifacts $DEVKITPRO
|
||||
|
||||
WORKDIR project
|
||||
|
@ -1,6 +1,6 @@
|
||||
[![CI-Release](https://github.com/wiiu-env/CURLWrapperModule/actions/workflows/ci.yml/badge.svg)](https://github.com/wiiu-env/CURLWrapperModule/actions/workflows/ci.yml)
|
||||
|
||||
Aroma Module that (hopefully) exports all functions of libcurl (Currently targeting: curl 7.84.0)
|
||||
Aroma Module that (hopefully) exports all functions of libcurl (Currently targeting: curl 8.0.1)
|
||||
|
||||
## Usage
|
||||
(`[ENVIRONMENT]` is a placeholder for the actual environment name.)
|
||||
@ -23,7 +23,7 @@ docker run -it --rm -v ${PWD}:/project curlwrappermodule-builder make
|
||||
docker run -it --rm -v ${PWD}:/project curlwrappermodule-builder make clean
|
||||
```
|
||||
|
||||
The bundled Dockerfile creates a module with this version: `libcurl/7.84.0 mbedTLS/2.28.1 zlib/1.2.11`
|
||||
The bundled Dockerfile creates a module with this version: `libcurl/8.0.1 mbedTLS/2.28.3 zlib/1.2.13`
|
||||
|
||||
## Format the code via docker
|
||||
|
||||
|
@ -109,6 +109,8 @@ WUMS_EXPORT_FUNCTION(curl_url_dup);
|
||||
WUMS_EXPORT_FUNCTION(curl_url_get);
|
||||
WUMS_EXPORT_FUNCTION(curl_url_set);
|
||||
WUMS_EXPORT_FUNCTION(curl_url_strerror);
|
||||
WUMS_EXPORT_FUNCTION(curl_ws_send);
|
||||
WUMS_EXPORT_FUNCTION(curl_ws_recv);
|
||||
|
||||
// Export cacerts
|
||||
WUMS_EXPORT_DATA(cacert_pem);
|
||||
|
Loading…
Reference in New Issue
Block a user