You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Change Docker name and ignore tests on aarch64
* Remove architecture indicator from Docker image name
* Remove unused ARCH arg in Dockerfile
* Update Docker image CI job
* Update Docker info in README
Copy file name to clipboardExpand all lines: README.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,34 +56,41 @@ Most of Remill's dependencies can be provided by the [cxx-common](https://github
56
56
57
57
Remill now comes with a Dockerfile for easier testing. This Dockerfile references the [cxx-common](https://github.com/lifting-bits/cxx-common) container to have all pre-requisite libraries available.
58
58
59
-
The Dockerfile allows for quick builds of multiple supported LLVM, architecture, and Linux configurations.
59
+
The Dockerfile allows for quick builds of multiple supported LLVM, and Ubuntu configurations.
60
60
61
-
Quickstart (builds Remill against LLVM 16 on Ubuntu 22.04 for AMD64):
61
+
> [!IMPORTANT]
62
+
> Not all LLVM and Ubuntu configurations are supported---Please refer to the CI results to get an idea about configurations that are tested and supported. The Docker image should build on both x86_64 and ARM64, but we only test x86_64 in CI. ARM64 _should build_, but if it doesn't, please open an issue.
63
+
64
+
Quickstart (builds Remill against LLVM 17 on Ubuntu 22.04).
0 commit comments