swm_version: 1 base: distro_version: dev pins: {} mutations: - type: source_patch repo: https://github.com/rui314/mold commit: 9b376bc6a9899d4a16b41777de1f013989459fbc build: compiler: zig-cc target: x86_64-linux-musl link: static flags: [] phases: configure: cmake -S . -B _build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_LINK_DEPENDS_USE_LINKER=OFF -DCMAKE_EXE_LINKER_FLAGS=-static -DMOLD_MOSTLY_STATIC=ON -DMOLD_USE_SYSTEM_TBB=OFF -DBUILD_TESTING=OFF compile: cmake --build _build install: DESTDIR=/out cmake --install _build strip_debug: true target_bin: /usr/bin/mold expected_hash: b3:9ce9fe3194982cc2b28d0fa547b037d7d36dae773fbd033ad252d7f11cb92dd2 deps: build: - cmake - samurai - zlib - zstd - openssl - pkgconf - binutils runtime: []