Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
python3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
python3
Commits
2e0e1fe9
Commit
2e0e1fe9
authored
Aug 17, 2025
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mount /tmp to get more space for tests
parent
af2fec50
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Makefile
Makefile
+6
-0
No files found.
Makefile
View file @
2e0e1fe9
all
:
all
:
mkdir
tmp
mount
--bind
tmp /tmp
tar
xf
Python-3.11.4.tar.xz
tar
xf
Python-3.11.4.tar.xz
cd
Python-3.11.4
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--enable-shared
--with-system-expat
--with-system-ffi
--with-ensurepip
=
yes
--enable-optimizations
cd
Python-3.11.4
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--enable-shared
--with-system-expat
--with-system-ffi
--with-ensurepip
=
yes
--enable-optimizations
$(MAKE)
-C
Python-3.11.4
$(MAKE)
-C
Python-3.11.4
...
@@ -10,6 +13,9 @@ all:
...
@@ -10,6 +13,9 @@ all:
rm
-f
$(HOME)/.python_history
rm
-f
$(HOME)/.python_history
rm
-rf
Python-3.11.4
rm
-rf
Python-3.11.4
umount
/tmp
rm
-rf
tmp
3-10
:
3-10
:
tar
xf Python-3.10.5.tar.xz
tar
xf Python-3.10.5.tar.xz
cd
Python-3.10.5
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--enable-shared
--with-system-expat
--with-system-ffi
--with-ensurepip
=
yes
--enable-optimizations
cd
Python-3.10.5
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--enable-shared
--with-system-expat
--with-system-ffi
--with-ensurepip
=
yes
--enable-optimizations
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment