From bd96537ca9c67b65f876e7c4235ca05fdfc53f1a Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Tue, 1 Jul 2025 12:49:32 +0200 Subject: [PATCH] .github: fix the default branch name of seismograph Update the default branch name of seismograph, from flatcar-master to main, as part of https://github.com/flatcar/Flatcar/issues/1714. See also https://github.com/flatcar/seismograph/pull/10. Also rename kinvolk to flatcar. --- .github/workflows/c-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 3828cee..ebda1a7 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -18,8 +18,8 @@ jobs: sudo apt update && sudo apt install -y libunwind-dev && sudo apt install -y libblkid-dev libext2fs-dev libmount-dev curl unzip libdbus-glib-1-dev protobuf-compiler libbz2-dev libgflags-dev libssl-dev libgoogle-glog-dev libcurl4-openssl-dev libxml2-dev libprotobuf-dev cmake wget libtool autoconf libgtest-dev libgmock-dev libbrotli-dev libdivsufsort-dev libsodium-dev - name: prep rootdev run: | - curl -sSL -o /tmp/seismograph.zip https://github.com/kinvolk/seismograph/archive/flatcar-master.zip - cd /tmp && unzip /tmp/seismograph.zip && cd seismograph-flatcar-master && sh autogen.sh && ./configure && make && sudo make install && sudo ldconfig + curl -sSL -o /tmp/seismograph.zip https://github.com/flatcar/seismograph/archive/main.zip + cd /tmp && unzip /tmp/seismograph.zip && cd seismograph-main && sh autogen.sh && ./configure && make && sudo make install && sudo ldconfig - name: prep bsdiff # because unittests depend on chromiumos version of bsdiff