Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
0f62a698
Commit
0f62a698
authored
Dec 02, 2020
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure scripts need an absolute path for the prefix argument.
parent
18426d2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
.github/workflows/ci.yml
.github/workflows/ci.yml
+4
-2
No files found.
.github/workflows/ci.yml
View file @
0f62a698
...
@@ -366,12 +366,14 @@ jobs:
...
@@ -366,12 +366,14 @@ jobs:
GEVENTSETUP_EV_VERIFY
:
1
GEVENTSETUP_EV_VERIFY
:
1
LDFLAGS
:
"
-L~/.libs/lib"
LDFLAGS
:
"
-L~/.libs/lib"
run
:
|
run
:
|
export BUILD_LIBS=`realpath $BUILD_LIBS`
mkdir -p ~/.libs/lib
mkdir -p ~/.libs/lib
ls -l deps/libev/
ls -l deps/libev/
pushd deps/libev && ./configure -C --prefix=$BUILD_LIBS && make install && popd
pushd deps/c-ares && ./configure -C --prefix=$BUILD_LIBS && make -j4 install && popd
autoconf --version
autoconf --version
automake --version
automake --version
pushd deps/libev && ./configure -C --prefix=$BUILD_LIBS && make install && popd
pushd deps/c-ares && ./configure -C --prefix=$BUILD_LIBS && make -j4 install && popd
ls -l deps/libuv/m4
ls -l deps/libuv/m4
pushd deps/libuv && ./autogen.sh && ./configure -C --disable-static --prefix=$BUILD_LIBS && make -j4 install && popd
pushd deps/libuv && ./autogen.sh && ./configure -C --disable-static --prefix=$BUILD_LIBS && make -j4 install && popd
# libev builds a manpage each time, and it includes today's date, so it frequently changes.
# libev builds a manpage each time, and it includes today's date, so it frequently changes.
...
...
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