Skip to content

Commit 679b2d6

Browse files
qemuafl + arm
1 parent 415b759 commit 679b2d6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

qemu_mode/QEMUAFL_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6fe0b5711d
1+
eee265a3df

qemu_mode/update_ref.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ git fetch origin master 1>/dev/null || exit 1
2525
git stash 1>/dev/null 2>/dev/null
2626
git stash drop 1>/dev/null 2>/dev/null
2727
git checkout master
28+
git pull origin master 1>/dev/null || exit 1
2829

2930
if [ -z "$NEW_VERSION" ]; then
3031
# No version provided, take HEAD.

0 commit comments

Comments
 (0)