Skip to content

Commit

Permalink
umu-static-bundler: pin to before delta-update-update (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
whrvt committed Jan 7, 2025
1 parent 0583f87 commit 7cd0d8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion umu-static-bundler/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ readonly LIBARCHIVE_URL="https://github.com/libarchive/libarchive/releases/downl
readonly ZSTD_VERSION="1.5.6"
readonly ZSTD_URL="https://github.com/facebook/zstd/releases/download/v${ZSTD_VERSION}/zstd-${ZSTD_VERSION}.tar.zst"
readonly UMU_LAUNCHER_URL="https://github.com/Open-Wine-Components/umu-launcher.git"
readonly UMU_LAUNCHER_VERSION="59a82ea8cd284c7535bc06b8f6156abb7da96f6a"

parse_args() {
local clean_build=false
Expand Down Expand Up @@ -184,7 +185,7 @@ prepare_sources() {

# Prepare UMU launcher
_message "Preparing umu-launcher sources..."
_repo_updater "${THIRD_PARTY_DIR}/umu-launcher" "${UMU_LAUNCHER_URL}"
_repo_updater "${THIRD_PARTY_DIR}/umu-launcher" "${UMU_LAUNCHER_URL}" "${UMU_LAUNCHER_VERSION}"
cp -r "${THIRD_PARTY_DIR}/umu-launcher" "${WORK_DIR}/"

if [[ -d "${PATCHES_DIR}/umu" ]]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ index d90c6a8..a74ab8a 100755
command,
start_new_session=True,
diff --git a/umu/umu_test.py b/umu/umu_test.py
index a2bec26..6f3dffd 100644
index e1a5aa5..84e99a7 100644
--- a/umu/umu_test.py
+++ b/umu/umu_test.py
@@ -240,55 +240,12 @@ class TestGameLauncher(unittest.TestCase):
@@ -736,53 +736,12 @@ class TestGameLauncher(unittest.TestCase):
f"Expected {baselayer}, received {result}",
)

Expand Down Expand Up @@ -122,9 +122,7 @@ index a2bec26..6f3dffd 100644

- def test_get_libc(self):
- """Test get_libc."""
- self.assertIsInstance(
- umu_util.get_libc(), str, "Value is not a string"
- )
- self.assertIsInstance(umu_util.get_libc(), str, "Value is not a string")
-
def test_is_installed_verb_noverb(self):
"""Test is_installed_verb when passed an empty verb."""
Expand Down

0 comments on commit 7cd0d8f

Please sign in to comment.