]> sigrok.org Git - sigrok-build.git/commitdiff
Update TODO
authorSoeren Apel <redacted>
Tue, 13 Aug 2024 17:57:25 +0000 (19:57 +0200)
committerSoeren Apel <redacted>
Tue, 13 Aug 2024 17:57:25 +0000 (19:57 +0200)
README
TODO
docker/sigrok-appimage-x86_64.Dockerfile
docker/sigrok-mxe.Dockerfile

diff --git a/README b/README
index 7596656adb73aea5d404db8dbc9adbc288c9f564..aab9917bf785295c46094d01ecf9635385e4b071 100644 (file)
--- a/README
+++ b/README
@@ -1,2 +1,2 @@
-Build pipeline for sigrok artefacts
+Build pipeline for sigrok artifacts
 
diff --git a/TODO b/TODO
index 8f4e8121ecb13e132ffe1db315ec4cf07e6b2a68..faff11bb55469a820f387d6d7118e610d8fad333 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,7 @@
 
+- Add workaround for "hdiutil: create failed - Resource busy" bug on MacOS
+       See https://github.com/actions/runner-images/issues/7522
+
 - On push to master, update continuous builds
        Ignore paths, see https://github.com/knarfS/smuview/blob/master/.github/workflows/build.yml
 
index e832d5b3a0d2b2f7e23b3088783154191eaaef41..e3fbd8752f8e3211f41336fa5b7e091a1cba9da7 100644 (file)
@@ -1,7 +1,7 @@
 FROM ubuntu:18.04
 LABEL \
        org.opencontainers.image.title="sigrok AppImage x86_64 Build Image" \
-       org.opencontainers.image.description="This image is used to build the sigrok x86_64 AppImage artefacts" \
+       org.opencontainers.image.description="This image is used to build the sigrok x86_64 AppImage artifacts" \
        org.opencontainers.image.url="https://sigrok.org" \
        org.opencontainers.image.source="https://github.com/sigrokproject/sigrok-build" \
        org.opencontainers.image.licenses="GPL-3.0-or-later" \
index a6e9b7d0d2b599cabca7c8bce185215de2bf6180..c8a80381f7d7e1e59708ffe42205ba5c21e0bc9f 100644 (file)
@@ -1,7 +1,7 @@
 FROM debian:latest AS sigrok-mxe
 LABEL \
        org.opencontainers.image.title="sigrok MXE Build Image" \       
-       org.opencontainers.image.description="This image is used to cross compile the sigrok artefacts for Windows with MXE" \
+       org.opencontainers.image.description="This image is used to cross compile the sigrok artifacts for Windows with MXE" \
        org.opencontainers.image.url="https://sigrok.org" \
        org.opencontainers.image.source="https://github.com/sigrokproject/sigrok-build" \
        org.opencontainers.image.licenses="GPL-3.0-or-later" \