Skip to content

Commit d10213e

Browse files
committed
Reverted python docker image for aiortc to v3.9. Re-enabled docker image build for webrtc-rs.
1 parent 2b10be9 commit d10213e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/peerconnection-test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
library: ["sipsorcery", "aiortc", "werift", "pion", "libdatachannel"]
23-
# library: ["sipsorcery", "aiortc", "werift", "pion", "libdatachannel", "webrtc-rs"]
22+
library: ["sipsorcery", "aiortc", "werift", "pion", "libdatachannel", "webrtc-rs"]
2423
steps:
2524
- uses: actions/checkout@v2
2625
- name: Update submodules

aiortc/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:latest
1+
FROM python:3.9
22
RUN apt update && apt install -y libopus-dev libsrtp2-dev libavformat-dev libvpx-dev libavdevice-dev libavfilter-dev
33
WORKDIR /app
44
COPY ["aiortc", ""]

0 commit comments

Comments
 (0)