File tree 7 files changed +7
-6
lines changed
7 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ environment:
13
13
CC : clang
14
14
HOST_CC : clang
15
15
sources :
16
- - https://github.com/rizinorg/rizin
16
+ - https://github.com/rizinorg/rizin#stable
17
17
- https://github.com/rizinorg/rz-ghidra
18
18
- https://github.com/rizinorg/rizin-testbins
19
19
tasks :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ environment:
11
11
CXX : clang++
12
12
CC : clang
13
13
sources :
14
- - https://github.com/rizinorg/rizin
14
+ - https://github.com/rizinorg/rizin#stable
15
15
- https://github.com/rizinorg/rz-ghidra
16
16
- https://github.com/rizinorg/rizin-testbins
17
17
tasks :
Original file line number Diff line number Diff line change 56
56
with :
57
57
repository : rizinorg/rizin
58
58
path : rizin
59
+ ref : stable
59
60
- name : Extract rizin version
60
61
shell : pwsh
61
62
run : echo "##[set-output name=branch;]$( python sys\\version.py )"
Original file line number Diff line number Diff line change 44
44
pip install meson
45
45
- name : Prepare Rizin and Cutter
46
46
run : |
47
- git clone --recursive --depth 1 https://github.com/rizinorg/rizin
47
+ git clone --recursive --depth 1 -b stable https://github.com/rizinorg/rizin
48
48
cd rizin
49
49
meson build
50
50
ninja -C build
Original file line number Diff line number Diff line change 43
43
44
44
install :
45
45
- pip3 install meson
46
- - git clone --depth 1 https://github.com/rizinorg/rizin
46
+ - git clone --depth 1 -b stable https://github.com/rizinorg/rizin
47
47
- cd rizin && mkdir build && cd build
48
48
- meson --prefix="$INSTALL_PREFIX" ..
49
49
- ninja
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN pacman --noconfirm -Syu
5
5
RUN pacman --noconfirm -S git gcc make cmake pkg-config flex bison meson ninja qt5-base qt5-svg qt5-tools
6
6
7
7
RUN cd /root && \
8
- git clone --depth 1 https://github.com/rizinorg/rizin && \
8
+ git clone --depth 1 -b stable https://github.com/rizinorg/rizin && \
9
9
cd rizin && \
10
10
meson build --prefix=/usr && \
11
11
ninja -C build && \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN apt-get -y install git g++ cmake pkg-config flex bison python3 python3-pip n
6
6
pip3 install meson
7
7
8
8
RUN cd /root && \
9
- git clone --depth 1 https://github.com/rizinorg/rizin && \
9
+ git clone --depth 1 -b stable https://github.com/rizinorg/rizin && \
10
10
cd rizin && \
11
11
meson build --prefix=/usr && \
12
12
ninja -C build && \
You can’t perform that action at this time.
0 commit comments