Lucas Schwiderski lucas
  • Germany
  • Joined on 2021-11-14
lucas closed issue bitsquid_dt/dtmt#148 2023-11-29 11:07:17 +01:00
Build packages for master
lucas closed issue bitsquid_dt/dtmt#134 2023-11-28 23:44:45 +01:00
Investigate multi-stage Dockerfiles for CI images
lucas pushed to master at bitsquid_dt/dtmt 2023-11-28 23:44:45 +01:00
335a0a472b Merge pull request 'Improve CI' (#153) from feat/ci into master
4be37f6e5e ci: Combine Dockerfiles into multi-stage build
3555fc83d2 ci: Rework MSVC image building
227dff03ef ci: Fix base pipeline
d95f5dfe1f ci: Improve caching setup for image building
Compare 5 commits »
lucas deleted branch feat/ci from bitsquid_dt/dtmt 2023-11-28 23:44:45 +01:00
lucas merged pull request bitsquid_dt/dtmt#153 2023-11-28 23:44:43 +01:00
Improve CI
lucas commented on issue bitsquid_dt/dtmt#152 2023-11-28 23:44:13 +01:00
Switch to https://github.com/Aussiemon/luajit-decompiler-v2

The proper process would like be to migrate the project itself to a library+cli structure first, then create a -sys Rust crate with bindings to that library.

From a quick glance at the code,…

lucas commented on pull request bitsquid_dt/dtmt#150 2023-11-28 23:41:02 +01:00
Handle NXM URIs

The nng-sys crate itself seems to have feature flags for the various CMake generators: https://github.com/alexkornitzer/nng-sys#features

So I might only have to figure out how to enable…

lucas commented on pull request bitsquid_dt/dtmt#150 2023-11-28 23:38:23 +01:00
Handle NXM URIs

Building NNG fails because the cc and cmake crates cannot properly detect MSVC cross-platform builds by themselves.

error: failed to run custom build command for `nng-sys v1.4.0-rc.0`
…
lucas created pull request bitsquid_dt/dtmt#153 2023-11-28 23:24:24 +01:00
Improve CI
lucas created branch feat/ci in bitsquid_dt/dtmt 2023-11-28 23:24:03 +01:00
lucas pushed to feat/ci at bitsquid_dt/dtmt 2023-11-28 23:24:03 +01:00
4be37f6e5e ci: Combine Dockerfiles into multi-stage build
3555fc83d2 ci: Rework MSVC image building
227dff03ef ci: Fix base pipeline
d95f5dfe1f ci: Improve caching setup for image building
Compare 4 commits »
lucas opened issue bitsquid_dt/dtmt#152 2023-11-28 21:50:10 +01:00
Switch to https://github.com/Aussiemon/luajit-decompiler-v2
lucas pushed to master at bitsquid_dt/dtmt 2023-11-28 11:54:22 +01:00
129e6dcf96 Merge pull request 'Build artifacts for master' (#151) from feat/ci into master
b64ff9043c ci: Create build artifacts for commits on master
316a5aaa33 ci: Fix undefined variable
Compare 3 commits »
lucas deleted branch feat/ci from bitsquid_dt/dtmt 2023-11-28 11:54:22 +01:00
lucas merged pull request bitsquid_dt/dtmt#151 2023-11-28 11:54:22 +01:00
Build artifacts for master
lucas pushed to feat/nexus-uri-handler at bitsquid_dt/dtmt 2023-11-27 16:37:47 +01:00
ae616d380a ci: Add missing build dependency to container
lucas created pull request bitsquid_dt/dtmt#151 2023-11-27 16:14:05 +01:00
Build artifacts for master
lucas pushed to feat/ci at bitsquid_dt/dtmt 2023-11-27 16:13:25 +01:00
b64ff9043c ci: Create build artifacts for commits on master
316a5aaa33 ci: Fix undefined variable
Compare 2 commits »
lucas created branch feat/ci in bitsquid_dt/dtmt 2023-11-27 16:13:25 +01:00
lucas pushed to feat/nexus-uri-handler at bitsquid_dt/dtmt 2023-11-27 15:42:34 +01:00
5b798473d4 dtmm: Implement NXM URI handler