Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-115119: Default to --with-system-libmpdec=yes#118539

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Changes from1 commit
Commits
Show all changes
14 commits
Select commitHold shift + click to select a range
268d270
gh-115119: Default to --with-system-libmpdec=yes
erlend-aaslandMay 3, 2024
45173e3
Pull in main
erlend-aaslandMay 5, 2024
6f020d0
Use the same style as the surrounding code
erlend-aaslandMay 5, 2024
fe56023
Fail if --with-system-libmpdec is given but no library was found
erlend-aaslandMay 5, 2024
0006897
Address review: warn if bundled version is used
erlend-aaslandMay 5, 2024
4f87c91
Address review: warn if system library was not found
erlend-aaslandMay 5, 2024
f8f4ea2
For now, build with bundled libmpdec in Ubuntu CIs
erlend-aaslandMay 5, 2024
8e80866
Add NEWS
erlend-aaslandMay 5, 2024
e51c1f7
What's New
erlend-aaslandMay 5, 2024
a971a26
Actually use bundled version if told to do so
erlend-aaslandMay 5, 2024
e3f3e17
Address review: add deprecated-removed directive regarding the remova…
erlend-aaslandMay 6, 2024
c84f2b7
Add libmpdec-dev to CI deps, remove CI hack, and enforce mpdecimal ve…
erlend-aaslandMay 6, 2024
161d50b
Pull in main
erlend-aaslandMay 6, 2024
1016f0d
Make the mpdec link check more accurate, and use LIBS iso. LDFLAGS
erlend-aaslandMay 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
For now, build with bundled libmpdec in Ubuntu CIs
  • Loading branch information
@erlend-aasland
erlend-aasland committedMay 5, 2024
commitf8f4ea2327c657559cb20e7437f0116270d3b24d
11 changes: 7 additions & 4 deletions.github/workflows/build.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -232,7 +232,8 @@ jobs:
../cpython-ro-srcdir/configure \
--config-cache \
--with-pydebug \
--with-openssl=$OPENSSL_DIR
--with-openssl=$OPENSSL_DIR \
--with-system-libmpdec=no

build_ubuntu_free_threading:
name: 'Ubuntu (free-threading)'
Expand All@@ -246,7 +247,8 @@ jobs:
--config-cache \
--with-pydebug \
--with-openssl=$OPENSSL_DIR \
--disable-gil
--disable-gil \
--with-system-libmpdec=no

build_ubuntu_ssltests:
name: 'Ubuntu SSL tests with OpenSSL'
Expand DownExpand Up@@ -371,7 +373,8 @@ jobs:
../cpython-ro-srcdir/configure \
--config-cache \
--with-pydebug \
--with-openssl=$OPENSSL_DIR
--with-openssl=$OPENSSL_DIR \
--with-system-libmpdec=no
- name: Build CPython out-of-tree
working-directory: ${{ env.CPYTHON_BUILDDIR }}
run: make -j4
Expand DownExpand Up@@ -477,7 +480,7 @@ jobs:
save: ${{ github.event_name == 'push' }}
max-size: "200M"
- name: Configure CPython
run: ./configure --config-cache --with-address-sanitizer --without-pymalloc
run: ./configure --config-cache --with-address-sanitizer --without-pymalloc --with-system-libmpdec=no
- name: Build CPython
run: make -j4
- name: Display build info
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp