-
Notifications
You must be signed in to change notification settings - Fork 1
chore: upgrade system version of build container #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 2 commits
085d492
9ad951c
c38414e
0884058
2b9a52b
505299b
a82907b
28088ef
596e4e5
cbcd0eb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| * @RadxaYuntian |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,10 @@ | ||
| FROM debian:bullseye | ||
| FROM debian:bookworm | ||
|
|
||
| RUN dpkg --add-architecture arm64 && \ | ||
| apt-get update && \ | ||
| apt-get full-upgrade --no-install-recommends -y \ | ||
| build-essential crossbuild-essential-arm64 default-jdk-headless git \ | ||
| cmake debhelper devscripts lintian swig pkgconf:arm64 python3-dev:arm64 libjson-c-dev:arm64 && \ | ||
| cmake debhelper devscripts lintian swig pkgconf:arm64 python3-dev:arm64 libjson-c-dev:arm64 libstdc++6:arm64 && \ | ||
| ln -s /usr/bin/python3 /usr/bin/python && \ | ||
| adduser --gecos runner --disabled-password runner && \ | ||
| rm -rf /var/lib/apt/lists/* | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -56,7 +56,7 @@ dch: debian/changelog | |
| EDITOR=true gbp dch --commit --debian-branch=master --release --dch-opt=--upstream | ||
|
|
||
| .PHONY: deb | ||
| deb: debian | ||
| deb: debian SOURCE | ||
|
||
| debuild --no-lintian --lintian-hook "lintian --fail-on error,warning --suppress-tags bad-distribution-in-changes-file -- %p_%v_*.changes" --no-sign -b -aarm64 -Pcross | ||
|
|
||
| .PHONY: release | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| usr/lib/python3.9/dist-packages/* usr/lib/python3/dist-packages/ | ||
| usr/lib/python3.11/dist-packages/* usr/lib/python3/dist-packages/ | ||
CodeChenL marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
python-is-python3依赖冲突的替代方案
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
为什么不直接用python-is-python3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/radxa-pkg/mraa/pull/2/files#r1746676203
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
所以为什么不直接用python-is-python3?依赖冲突是怎么回事
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
参照zfs提供fake dependency试试?