mirror of https://github.com/google/oss-fuzz.git
[perfetto] Do not use hardcoded /src path, use $SRC variable.
This commit is contained in:
parent
1d9dc4c64e
commit
83d103926f
|
@ -24,6 +24,6 @@ RUN git clone --depth=1 https://android.googlesource.com/platform/external/perfe
|
|||
|
||||
RUN $SRC/perfetto/infra/oss-fuzz/init_container
|
||||
|
||||
WORKDIR /src/perfetto
|
||||
WORKDIR $SRC/perfetto
|
||||
RUN tools/install-build-deps --no-android
|
||||
COPY build.sh $SRC/
|
||||
|
|
Loading…
Reference in New Issue