Skip to content

Commit

Permalink
Spawn one container before test.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmorris committed Jun 22, 2024
1 parent 0ea44bb commit bba63c3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"php-wasm-libxml": "^0.0.9-n",
"php-wasm-libzip": "^0.0.9-e",
"php-wasm-mbstring": "^0.0.0-a",
"php-wasm-openssl": "^0.0.9-g",
"php-wasm-openssl": "^0.0.9-h",
"php-wasm-phar": "^0.0.9-d",
"php-wasm-simplexml": "^0.0.0-h",
"php-wasm-sqlite": "^0.0.9-v",
Expand Down
2 changes: 1 addition & 1 deletion packages/openssl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "openssl for php-wasm.",
"repository": "https://github.com/seanmorris/php-wasm",
"author": "Sean Morris <php-wasm@seanmorr.is>",
"version": "0.0.9-g",
"version": "0.0.9-h",
"main": "index.mjs",
"files": [
"index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/openssl/static.mak
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ third_party/openssl/.gitignore:
--single-branch \
--depth 1;

lib/lib/libssl.a: third_party/openssl/.gitignore
lib/lib/libcrypto.a lib/lib/libssl.a: third_party/openssl/.gitignore
@ echo -e "\e[33;4mBuilding OpenSSL\e[0m"
${DOCKER_RUN_IN_OPENSSL} ./config -fPIC --prefix=/src/lib/ no-shared no-asm no-engine no-dso no-dgram no-srtp no-stdio no-err no-ocsp no-psk no-stdio no-ts -DNO_FORK -static --static
${DOCKER_RUN_IN_OPENSSL} emmake make -j${CPU_COUNT} build_generated libssl.a libcrypto.a
Expand Down

0 comments on commit bba63c3

Please sign in to comment.