Skip to content

Commit

Permalink
Remove obsolete references to Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Aug 13, 2023
1 parent 26fb1f6 commit dedef76
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 169 deletions.
40 changes: 0 additions & 40 deletions Dockerfile

This file was deleted.

19 changes: 4 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,10 @@ This repository contains the following components:

## Build

For build instructions, see the README files in each subdirectory.
For build instructions, see the README files in each subdirectory. All build outputs
are stored in the `maven` directory.

Or to build everything at once, follow the instructions below on a Linux x86-64 machine:

If necessary, install Docker using the [instructions on its
website](https://docs.docker.com/install/#supported-platforms).

Make sure all submodules are up to date:

git submodule init && git submodule update

Then run the script `build-maven.sh`. This will generate a `maven` directory containing the
Chaquopy repository.

To use this repository to build an app, edit the `repositories` block in your `settings.gradle`
or `build.gradle` file to [declare your
To use this repository to build an app, edit the `repositories` block in your
`settings.gradle` or `build.gradle` file to [declare your
repository](https://docs.gradle.org/current/userguide/declaring_repositories.html#sec:declaring_multiple_repositories)
before `mavenCentral`. Either an HTTP URL or a local path can be used.
32 changes: 0 additions & 32 deletions base.dockerfile

This file was deleted.

18 changes: 0 additions & 18 deletions build-maven.sh

This file was deleted.

9 changes: 0 additions & 9 deletions demo/Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions docker-entrypoint.sh

This file was deleted.

2 changes: 1 addition & 1 deletion product/runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ cythonTask("cythonJava") {
}
}

def sdkCmakeDir = sdkPath("cmake/3.22.1") // Should match the version in the root Dockerfile.
def sdkCmakeDir = sdkPath("cmake/3.22.1")
def androidJar = "${sdkPath("platforms/android-" + Common.COMPILE_SDK_VERSION)}/android.jar"

dependencies {
Expand Down
1 change: 0 additions & 1 deletion server/pypi/.dockerignore

This file was deleted.

39 changes: 0 additions & 39 deletions server/pypi/Dockerfile

This file was deleted.

3 changes: 1 addition & 2 deletions server/pypi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ Use your distribution's package manager to install the following build tools:
* patch
* patchelf

Depending on which package you're building, you may need additional tools. The Dockerfile
in this directory contains instructions for installing some of them.
Depending on which package you're building, you may also need additional tools.


## Building a package
Expand Down
2 changes: 1 addition & 1 deletion target/xz/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version=${2:?}
cd $recipe_dir
. ../build-common.sh

# Official packages are on SourceForge, which, within Docker, returned an endless series
# Official packages are on SourceForge, which returned an endless series
# of redirections between mirrors. So use GitHub instead.
version_dir=$recipe_dir/build/$version
mkdir -p $version_dir
Expand Down

0 comments on commit dedef76

Please sign in to comment.