Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shedowe19/redpill-tool-chain
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tossp/redpill-tool-chain
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 5 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 1, 2022

  1. Update Dockerfile

    tossp authored Dec 1, 2022
    Copy the full SHA
    b49a17e View commit details
  2. 跳过签名检查

    tossp authored Dec 1, 2022
    Copy the full SHA
    9eee2c7 View commit details
  3. fix

    tossp authored Dec 1, 2022
    Copy the full SHA
    b9324e9 View commit details
  4. fix

    tossp authored Dec 1, 2022
    Copy the full SHA
    0ea470e View commit details
  5. Copy the full SHA
    70a19c8 View commit details
Showing with 5 additions and 4 deletions.
  1. +4 −4 .github/workflows/test.yml
  2. +1 −0 docker/Dockerfile
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -39,8 +39,8 @@ jobs:
- platform: ds3615xs
version: 7.1.0-42661

- platform: ds3617xs
version: 7.0.1-42218
# - platform: ds3617xs
# version: 7.0.1-42218
- platform: ds3617xs
version: 7.1.0-42661

@@ -61,8 +61,8 @@ jobs:
- platform: ds920p
version: 7.1.0-42661

- platform: dva3221
version: 7.0.1-42218
# - platform: dva3221
# version: 7.0.1-42218
- platform: dva3221
version: 7.1.0-42661

1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ ARG DEBIAN_FRONTEND=noninteractive
# sed -i "s/deb.debian.org/mirrors.aliyun.com/g" /etc/apt/sources.list && \
# sed -i "s/security.debian.org/mirrors.aliyun.com/g" /etc/apt/sources.list

RUN cat /etc/os-release | grep -q 'jessie' && echo 'APT::Get::AllowUnauthenticated "true";' | tee /etc/apt/apt.conf.d/99disable-gpg-auth || true
RUN apt-get update && \
apt-get install --yes --no-install-recommends ca-certificates build-essential git libssl-dev curl cpio bspatch vim gettext bc bison flex dosfstools kmod && \
rm -rf /var/lib/apt/lists/* /tmp/* && \