upgrade dynamorio to 11.2 #138
build.yml
on: push
x86-build-and-push-image
5m 10s
arm64-build-and-push-image
3m 16s
merge
0s
Annotations
2 errors
arm64-build-and-push-image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c git clone --recurse-submodules -j4 https://github.com/DynamoRIO/dynamorio.git /opt/dynamorio && cd /opt/dynamorio/ && git checkout release_11.2.0 && cd /opt/dynamorio/ && git apply /tmp/dynamorio-11.2.patch && rm /tmp/dynamorio-11.2.patch && mkdir /opt/dynamorio-install/ && mkdir build && cd build && bash -c 'cmake -DDEBUG=$([ \"$PYDA_DEBUG\" == \"1\" ] && echo \"ON\" || echo \"OFF\") -DCMAKE_INSTALL_PREFIX=/opt/dynamorio-install/ ..' && make -j && make install && rm -rf /opt/dynamorio/ && touch /opt/dynamorio-install/CMakeCache.txt" did not complete successfully: exit code: 2
|
x86-build-and-push-image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c git clone --recurse-submodules -j4 https://github.com/DynamoRIO/dynamorio.git /opt/dynamorio && cd /opt/dynamorio/ && git checkout release_11.2.0 && cd /opt/dynamorio/ && git apply /tmp/dynamorio-11.2.patch && rm /tmp/dynamorio-11.2.patch && mkdir /opt/dynamorio-install/ && mkdir build && cd build && bash -c 'cmake -DDEBUG=$([ \"$PYDA_DEBUG\" == \"1\" ] && echo \"ON\" || echo \"OFF\") -DCMAKE_INSTALL_PREFIX=/opt/dynamorio-install/ ..' && make -j && make install && rm -rf /opt/dynamorio/ && touch /opt/dynamorio-install/CMakeCache.txt" did not complete successfully: exit code: 2
|