Skip to content

Commit

Permalink
Merge branch 'main' into 488-in-the-http_server_extension_ts-the-effe…
Browse files Browse the repository at this point in the history
…cts-of-the-first-two-lines-below-are-overridden-by-the-third-line-which-likely-isnt-the-intended-behavior
  • Loading branch information
halajohn authored Jan 7, 2025
2 parents 9fe8b1f + db3eee5 commit c297123
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 257 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
- image_name: "ubuntu2204"
workdir: "tools/docker_for_building/ubuntu/22.04"
platforms: linux/amd64,linux/arm64
- image_name: "ubuntu1804"
workdir: "tools/docker_for_building/ubuntu/18.04"
platforms: linux/amd64
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
122 changes: 0 additions & 122 deletions .github/workflows/build_linux_ubuntu1804.yml

This file was deleted.

14 changes: 3 additions & 11 deletions docs/ten_framework/preparation.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,11 @@ The TEN framework uses `ten_gn` as its build system. `ten_gn` is a build system

We provide pre-written Docker files that allow you to create a container with all the necessary packages required to build the TEN framework from source.

### Ubuntu 18.04
### Ubuntu 22.04

Navigate to `tools/docker_for_building/ubuntu/18.04` and run the following commands to create and enter the build environment.
Navigate to `tools/docker_for_building/ubuntu/22.04` and run the following commands to create and enter the build environment.

```shell
docker-compose up -d
docker-compose run ten-building-ubuntu-1804
```

### Ubuntu 21.10

Follow the same steps as for Ubuntu 18.04, but use the following command to enter the Ubuntu 21.10 build container.

```shell
docker-compose run ten-building-ubuntu-2110
docker-compose run ten-building-ubuntu-2204
```
121 changes: 0 additions & 121 deletions tools/docker_for_building/ubuntu/18.04/Dockerfile

This file was deleted.

0 comments on commit c297123

Please sign in to comment.