Skip to content
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

nightly #1906

Draft
wants to merge 100 commits into
base: develop
Choose a base branch
from
Draft

nightly #1906

Changes from 1 commit
Commits
Show all changes
100 commits
Select commit Hold shift + click to select a range
ff16106
workflow for nightly
truher Nov 21, 2024
e257c79
provide python version, calculate timestamp in cmake
truher Nov 21, 2024
b1de6e0
the python version isn't really a number
truher Nov 21, 2024
1282993
fix cmakelists
truher Nov 21, 2024
568782e
where to change the name?
truher Nov 22, 2024
7cd5042
publish?
truher Nov 22, 2024
a62c2be
build another wheel for dist
truher Nov 22, 2024
95adfd1
install build tools before building
truher Nov 22, 2024
9ce58d7
change build directory
truher Nov 22, 2024
c915da8
where's the python build dir?
truher Nov 22, 2024
fd7b1f3
specify pypi packages dir
truher Nov 22, 2024
c614853
add cephes lib, maybe fix the build?
truher Nov 22, 2024
88ab62c
add nightly version string
truher Nov 22, 2024
3e71c33
set nightly flag in workflow
truher Nov 23, 2024
b91569f
try wheel instead of build
truher Nov 23, 2024
c147421
why is it trying to deploy numpy?
truher Nov 23, 2024
92df105
i don't think this will do anything
truher Nov 23, 2024
5f58d32
can't add library twice
truher Nov 23, 2024
795c484
make all builds static; might fix the nightly
truher Nov 25, 2024
ffca176
try build instead of wheel
truher Nov 25, 2024
e6c3c9f
build not pip
truher Nov 25, 2024
53aac11
turn off boost
truher Nov 25, 2024
6240576
turn boost back on
truher Nov 25, 2024
6a030a3
cleanup the nightly branch
truher Nov 25, 2024
215e108
fiddling with flags
truher Nov 25, 2024
c483d52
twiddling flags
truher Nov 25, 2024
4e88b9c
remove a comment
truher Nov 25, 2024
10c79fe
working on the matrix
truher Nov 25, 2024
9b3ad53
oops, token
truher Nov 25, 2024
de62344
correct dist path
truher Nov 25, 2024
526fa8f
actually run the matrix
truher Nov 25, 2024
8af3264
try a different way to setup the python version
truher Nov 25, 2024
c27b541
specify python_requires in setup.py
truher Nov 26, 2024
628f20e
another attempt to specify python version
truher Nov 26, 2024
0306e56
try pyproject.toml
truher Nov 26, 2024
b89ce5a
try cibuildwheel
truher Nov 26, 2024
364b893
cmake silently swallows reference errors
truher Nov 26, 2024
af137e5
fix version string
truher Nov 26, 2024
eee5743
more pyproject fixes
truher Nov 26, 2024
2a43fa5
pyproject.toml find namespace packages.
truher Nov 26, 2024
48bd714
remove setuptools version
truher Nov 26, 2024
d0c5704
try to convince cibuildwheels that there are extensions here
truher Nov 26, 2024
ab5b757
add ext module name
truher Nov 26, 2024
f2b97c3
give up on cibuildwheel, try to do use pip
truher Nov 26, 2024
4c8c305
specify packages for pip wheel to build
truher Nov 26, 2024
46ef51b
try "find links"
truher Nov 26, 2024
7ce770b
another attempt with pip wheel
truher Nov 26, 2024
069fbae
another attempt
truher Nov 27, 2024
9187442
also add an output flag
truher Nov 27, 2024
32a528c
arg
truher Nov 27, 2024
ba8122a
add artifact name to avoid clash
truher Nov 27, 2024
adf6774
add auditwheel to rename "linux" to "manylinux" ... ?
truher Nov 27, 2024
0705cb7
oops install auditwheel
truher Nov 27, 2024
6817382
maybe the verbose flag goes last?
truher Nov 27, 2024
bd9fb2b
maybe there is no verbose
truher Nov 27, 2024
ab93f0e
only repair the gtsam wheel
truher Nov 27, 2024
940ad41
fix manylinux version
truher Nov 27, 2024
a2b8bde
start on raspberry pi job
truher Nov 27, 2024
fb9d544
rename
truher Nov 27, 2024
3810cb5
install the compiler
truher Nov 27, 2024
9d45b70
separate lines
truher Nov 27, 2024
62d56e1
typo
truher Nov 27, 2024
1268c51
use the right compiler name
truher Nov 27, 2024
824dbb2
change the name
truher Nov 27, 2024
a33f7a3
clean up
truher Nov 27, 2024
82f9abc
Merge pull request #2 from borglab/develop
truher Nov 27, 2024
056d84e
try the arm runner
truher Nov 28, 2024
2d6cdfc
Merge branch 'team100_nightly' of github.com:truher/gtsam into team10…
truher Nov 28, 2024
006bb68
more than nothing
truher Nov 28, 2024
8be02ff
add real build tasks
truher Nov 28, 2024
c5ea5a2
a whole lot more disk
truher Nov 28, 2024
25c10cc
remove multilib
truher Nov 28, 2024
16fa46a
add printing
truher Nov 28, 2024
ab7fbdf
move env setters out of arm runner
truher Nov 28, 2024
89bd62d
remove unnecesary requirements
truher Nov 28, 2024
5c731b0
break system
truher Nov 28, 2024
f10a784
debug
truher Nov 28, 2024
7ca6011
use the same path as the normal way
truher Nov 28, 2024
58b1c56
don't build geographic lib
truher Nov 28, 2024
18a6e36
adjust repository path
truher Nov 28, 2024
e5d26bf
repo path
truher Nov 28, 2024
77d04c1
break system packages
truher Nov 28, 2024
d0ab744
maybe fix some of the other builds
truher Nov 28, 2024
7812a47
comment out a broken test for now
truher Nov 28, 2024
1fe978c
turn off broken test temporarily
truher Nov 29, 2024
ed2630b
break system packages
truher Nov 29, 2024
5a13013
install patchelf
truher Nov 29, 2024
2ba8562
install patchelf with apt
truher Nov 29, 2024
d7e5d22
turn on uploading
truher Nov 29, 2024
963f62b
add BatchFixedLagSmoother.getFactors() to nightly2 to make more test…
truher Nov 30, 2024
7f4cfba
add const to getFactors()
truher Nov 30, 2024
70cfc3e
separate sh for nightly with switches; put the other stuff back
truher Dec 1, 2024
9e288fc
re-enable test_VisualISAMExample
truher Dec 1, 2024
14cf8e7
fix linux-nightly.yml
truher Dec 1, 2024
7d9ad67
add workflow_dispatch
truher Dec 1, 2024
792a459
try to fix the CI
truher Dec 1, 2024
21f692d
repair CI
truher Dec 2, 2024
62f9ecb
Merge pull request #4 from truher/team100_nightly2
truher Dec 2, 2024
9c809fa
revert build-linux.yml
truher Dec 2, 2024
b7c5f30
fix merge conflict
truher Dec 2, 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
Prev Previous commit
Next Next commit
install patchelf
  • Loading branch information
truher committed Nov 29, 2024
commit 5a13013f63b703dda56796e6c8cba72d3186ab60
2 changes: 1 addition & 1 deletion .github/workflows/arm-nightly.yml
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ jobs:
echo "=== TEST ==="
bash .github/scripts/python.sh -t
echo "=== INSTALL AUDITWHEEL ==="
python3 -m pip install --break-system-packages --upgrade pip auditwheel
python3 -m pip install --break-system-packages --upgrade pip auditwheel patchelf
echo "=== BUILD WHEEL ==="
python3 -m pip wheel build/python -w build/python/dist
echo "=== CHECK LDD VERSION ==="