-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
44 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ when pip is trying to compile C extension whilst building the package. | |
.. code-block:: bash | ||
polycotylus._docker.Error: Docker command: | ||
$ docker run --rm --network=host --platform=linux/x86_64 -v/g/notebooks/polycotylus/examples/ubrotli/.polycotylus/alpine:/io:z -v/home/brenainn/.abuild/[email protected]:/home/user/.abuild/[email protected]:z -v/g/notebooks/polycotylus/examples/ubrotli/.polycotylus/alpine/3.19:/home/user/packages:z -t --user=1000 --ulimit nofile=1024:1048576 sha256:d9d05c5db0f32b251e94fa4996f2ab1a8526b6504b04010de9084a3e9118633f sh -ec 'abuild -f' | ||
$ docker run --rm --network=host --platform=linux/x86_64 -v/g/notebooks/polycotylus/examples/ubrotli/.polycotylus/alpine:/io:z -v/home/brenainn/.abuild/[email protected]:/home/user/.abuild/[email protected]:z -v/g/notebooks/polycotylus/examples/ubrotli/.polycotylus/alpine/3.20:/home/user/packages:z -t --user=1000 --ulimit nofile=1024:1048576 sha256:d9d05c5db0f32b251e94fa4996f2ab1a8526b6504b04010de9084a3e9118633f sh -ec 'abuild -f' | ||
returned an error: | ||
>>> py3-ubrotli: Building /py3-ubrotli 0.1.0-r1 (using abuild 3.11.1-r0) started Sat, 19 Aug 2023 20:32:51 +0000 | ||
>>> py3-ubrotli: Checking sanity of /io/APKBUILD... | ||
|
@@ -235,11 +235,11 @@ tell ``abuild`` to skip the bytecode collection stage. This is done via the | |
The next rebuild should carry you all the way to the end where you should get a message which looks like:: | ||
|
||
Built 1 artifact: | ||
main: .polycotylus/alpine/3.19/x86_64/py3-ubrotli-0.1.0-r1.apk | ||
main: .polycotylus/alpine/3.20/x86_64/py3-ubrotli-0.1.0-r1.apk | ||
|
||
That's the location of your package! Notice that it's got that ``3.19`` version | ||
That's the location of your package! Notice that it's got that ``3.20`` version | ||
number and the architecture ``x86_64`` in its path. That's because the package | ||
we built is only compatible with Alpine v3.19.x and is compiled for ``x86_64``. | ||
we built is only compatible with Alpine v3.20.x and is compiled for ``x86_64``. | ||
Use the following syntaxes to target other versions and architectures:: | ||
|
||
polycotylus alpine --architecture=aarch64 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters