From 255295528e575cd92818747413cd7f136caed695 Mon Sep 17 00:00:00 2001 From: Percs <83934299+Percslol@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:44:23 -0600 Subject: [PATCH] update epoxy --- .prettierrc.js | 8 ++++---- README.md | 1 + x86_image_wizard/epoxy | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.prettierrc.js b/.prettierrc.js index e6c7319..7818952 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -2,10 +2,10 @@ * @type {import("prettier").Config} */ const config = { - tabWidth: 4, - trailingComma: "all", - semi: true, - singleQuote: false, + trailingComma: "all", + useTabs: true, + semi: true, + singleQuote: false, }; export default config; diff --git a/README.md b/README.md index b804148..528eba9 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Anura shows as more of a proof-of-concept with what's possible on the modern web - `wasm-opt` - `make` - `gcc` (`gcc-multilib` on Debian and Ubuntu x86_64) +- 32 bit version of `glibc` (needed for building rootfs, `lib32-glibc` on Arch Linux) - `clang` - `uuid-runtime` - `jq` diff --git a/x86_image_wizard/epoxy b/x86_image_wizard/epoxy index b6ba44e..194ad4e 160000 --- a/x86_image_wizard/epoxy +++ b/x86_image_wizard/epoxy @@ -1 +1 @@ -Subproject commit b6ba44eaa388ff6d1479d61e4b8310390dedb2b2 +Subproject commit 194ad4e5c8329d834ea42f4312edd6a304e6e068