Skip to content

Commit 68c4749

Browse files
authored
fix: frr building problem (#13434)
1 parent 7fcae46 commit 68c4749

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

projects/frr/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y git autoconf automake libtool make \
2222
libsnmp-dev libcap-dev libelf-dev libpcre3-dev libpcre2-dev \
2323
protobuf-c-compiler libprotobuf-c-dev
2424
RUN pip3 install pytest
25-
RUN git clone https://github.com/CESNET/libyang.git
25+
RUN git clone -b v2.0.0 https://github.com/CESNET/libyang.git
2626

2727
RUN git clone --depth 1 --branch fuzz https://github.com/FRRouting/frr
2828

projects/frr/project.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ auto_ccs:
99
- "rwgbsd@gmail.com"
1010
fuzzing_engines:
1111
- libfuzzer
12+
sanitizers:
13+
- address
1214
main_repo: 'https://github.com/FRRouting/frr'

0 commit comments

Comments
 (0)