Skip to content

Commit 7707a49

Browse files
committed
update image
1 parent 9b5f655 commit 7707a49

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/setup.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ How to Update
1212
the linux images
1313
* This should be done in `image/*` branch as the github action `manylinux-image.yml` will automatically update the
1414
image in dockerhub on push.
15+
* Whenever there is a upgrade to Python's minor version, it is likely that the manylinux image will not have that
16+
version. Go to https://quay.io/repository/pypa/manylinux2014_x86_64?tab=tags and change the image version
17+
accordingly.
1518
3. Update `.github/workflows/build.yaml` if necessary
19+
* Search for lines: `python-version`, `CIBW_BUILD`
1620
4. There are already tests in the github workflows to test that `pip install nlopt` works. But none to test the module specifically
1721
1. Spin up a docker image and run the sample code
1822
2. ```shell

ci/nlopt_manylinux2014_x86_64.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/pypa/manylinux2014_x86_64:2022-03-19-a819637
1+
FROM quay.io/pypa/manylinux2014_x86_64:2023-02-05-56647d4
22

33
# cmake already version 3, thus no need to update cmake
44

0 commit comments

Comments
 (0)